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.
Fork of GSwifi_old by
Diff: dbg.h
- Revision:
- 2:c6e0e97901b3
- Parent:
- 0:2f6062c6d018
- Child:
- 5:6def1d0df519
--- a/dbg.h Thu Jul 12 08:19:50 2012 +0000 +++ b/dbg.h Thu Jul 12 13:36:04 2012 +0000 @@ -1,4 +1,4 @@ -//#define DEBUG +#define DEBUG #ifdef DEBUG #define DBG(...) printf("" __VA_ARGS__)