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.
Dependencies: EthernetInterface NTPClient mbed-rtos_old mbed
Fork of header_main_public by
Diff: debug.h
- Revision:
- 7:019b08223b87
- Parent:
- 6:a10de9926fbe
- Child:
- 8:e3bfe62a477e
--- a/debug.h Fri Sep 12 16:46:37 2014 +0000
+++ b/debug.h Sat Sep 13 19:21:48 2014 +0000
@@ -14,6 +14,7 @@
extern char debug_msg2[ 1024 ];
void debug_pkg( int size, uint8_t * pkg );
+void debug_32( uint8_t * pkg );
#define debug_msg(...) _debug_msg(__VA_ARGS__)
#define _debug_msg(...) { \
@@ -22,7 +23,7 @@
strcat(debug_msg1, debug_msg2); \
pc.printf( "%s\n\r", debug_msg1 ); \
}
+
#endif
-
//debug.sendTo( debug_server, debug_msg1, strlen( debug_msg1 ) ); \
//pc.printf( "%s\n\r", debug_msg1 ); \
\ No newline at end of file
