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
rda_log.h
00001 #ifndef RDA_LOG_H 00002 #define RDA_LOG_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif /* __cplusplus */ 00007 00008 #include <stdio.h> 00009 00010 #ifdef M4A_DEBUG 00011 #define M4ALOG(fmt, ...) printf(fmt, ##__VA_ARGS__) 00012 #else 00013 #define M4ALOG(fmt, ...) 00014 #endif 00015 00016 #ifdef __cplusplus 00017 } 00018 #endif /* __cplusplus */ 00019 00020 #endif
Generated on Tue Jul 12 2022 16:28:53 by
1.7.2
