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 XBee by
dbg.h@3:8573b122fa84, 2012-03-08 (annotated)
- Committer:
- okini3939
- Date:
- Thu Mar 08 17:41:29 2012 +0000
- Revision:
- 3:8573b122fa84
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| okini3939 | 3:8573b122fa84 | 1 | //#define DEBUG |
| okini3939 | 3:8573b122fa84 | 2 | |
| okini3939 | 3:8573b122fa84 | 3 | #ifdef DEBUG |
| okini3939 | 3:8573b122fa84 | 4 | #define DBG(...) printf("" __VA_ARGS__) |
| okini3939 | 3:8573b122fa84 | 5 | #else |
| okini3939 | 3:8573b122fa84 | 6 | #define DBG(...) |
| okini3939 | 3:8573b122fa84 | 7 | #endif |
