ex

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

DuerOS-Light-SDK-v1.1.0/duer-os-light/external/mp4ff/rda_log.h

Committer:
TMBOY
Date:
2017-07-18
Revision:
47:9e361da97763

File content as of revision 47:9e361da97763:

#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