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 mbed-os-example-mbed5-blinky by
DuerOS-Light-SDK-v1.1.0/duer-os-light/external/mp4ff/rda_log.h@47:9e361da97763, 2017-07-18 (annotated)
- Committer:
- TMBOY
- Date:
- Tue Jul 18 16:54:45 2017 +0800
- Revision:
- 47:9e361da97763
?
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| TMBOY | 47:9e361da97763 | 1 | #ifndef RDA_LOG_H |
| TMBOY | 47:9e361da97763 | 2 | #define RDA_LOG_H |
| TMBOY | 47:9e361da97763 | 3 | |
| TMBOY | 47:9e361da97763 | 4 | #ifdef __cplusplus |
| TMBOY | 47:9e361da97763 | 5 | extern "C" { |
| TMBOY | 47:9e361da97763 | 6 | #endif /* __cplusplus */ |
| TMBOY | 47:9e361da97763 | 7 | |
| TMBOY | 47:9e361da97763 | 8 | #include <stdio.h> |
| TMBOY | 47:9e361da97763 | 9 | |
| TMBOY | 47:9e361da97763 | 10 | #ifdef M4A_DEBUG |
| TMBOY | 47:9e361da97763 | 11 | #define M4ALOG(fmt, ...) printf(fmt, ##__VA_ARGS__) |
| TMBOY | 47:9e361da97763 | 12 | #else |
| TMBOY | 47:9e361da97763 | 13 | #define M4ALOG(fmt, ...) |
| TMBOY | 47:9e361da97763 | 14 | #endif |
| TMBOY | 47:9e361da97763 | 15 | |
| TMBOY | 47:9e361da97763 | 16 | #ifdef __cplusplus |
| TMBOY | 47:9e361da97763 | 17 | } |
| TMBOY | 47:9e361da97763 | 18 | #endif /* __cplusplus */ |
| TMBOY | 47:9e361da97763 | 19 | |
| TMBOY | 47:9e361da97763 | 20 | #endif |
