ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Revision:
47:9e361da97763
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DuerOS-Light-SDK-v1.1.0/duer-os-light/external/mp4ff/rda_log.h	Tue Jul 18 16:54:45 2017 +0800
@@ -0,0 +1,20 @@
+#ifndef RDA_LOG_H
+#define RDA_LOG_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#include <stdio.h>
+
+#ifdef M4A_DEBUG
+#define M4ALOG(fmt, ...)   printf(fmt, ##__VA_ARGS__)
+#else
+#define M4ALOG(fmt, ...)
+#endif
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif