Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DS130x_I2CApp MCP41xxxApp FM24Vxx_I2CApp MCP320xApp ... more
Diff: Debug.cpp
- Revision:
- 6:14a596126adf
- Parent:
- 5:7ddb6bca6d01
- Child:
- 7:e10debbe8dad
diff -r 7ddb6bca6d01 -r 14a596126adf Debug.cpp
--- a/Debug.cpp Wed Dec 08 13:33:24 2010 +0000
+++ b/Debug.cpp Thu Dec 09 09:28:06 2010 +0000
@@ -18,8 +18,6 @@
int currentIdx = p_offset;
unsigned short startAddress = ((unsigned short)(p_offset / 16)) * 16;
- DEBUG(">>> %d - %d - %d - %d - %d", p_count, p_offset, p_count + p_offset, currentIdx / 16, currentIdx % 16);
-
// Display header
printf(" HEX | 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F : 0 1 2 3 4 5 6 7 8 9 A B C D E F \r\n");
printf("-----|+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-:--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n");