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: libnsdl Nanostack_lib
mesh_nework/Nanostack_6LowPAN/Nanostack_nsdl_utils/nsdl_dbg.h@13:17948fd0fe32, 2015-11-03 (annotated)
- Committer:
- ansond
- Date:
- Tue Nov 03 17:07:01 2015 +0000
- Revision:
- 13:17948fd0fe32
- Parent:
- 0:2a5a48a8b4d4
updated buffer sizes, updated
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ansond | 0:2a5a48a8b4d4 | 1 | #ifndef DEBUG_H |
| ansond | 0:2a5a48a8b4d4 | 2 | #define DEBUG_H |
| ansond | 0:2a5a48a8b4d4 | 3 | |
| ansond | 0:2a5a48a8b4d4 | 4 | #include "Logger.h" |
| ansond | 0:2a5a48a8b4d4 | 5 | #include "nsdl_support.h" |
| ansond | 0:2a5a48a8b4d4 | 6 | |
| ansond | 0:2a5a48a8b4d4 | 7 | extern Logger logger; |
| ansond | 0:2a5a48a8b4d4 | 8 | |
| ansond | 0:2a5a48a8b4d4 | 9 | #ifndef DBG |
| ansond | 0:2a5a48a8b4d4 | 10 | #define DBG(...) logger.log(##__VA_ARGS__) |
| ansond | 0:2a5a48a8b4d4 | 11 | #endif |
| ansond | 0:2a5a48a8b4d4 | 12 | |
| ansond | 0:2a5a48a8b4d4 | 13 | #endif |
