15 lines
211 B
C
15 lines
211 B
C
#ifndef __MR_CONFIG_H__
|
|
#define __MR_CONFIG_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
#define MR_USE_LIBC_PRINTF
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* __MR_CONFIG_H__ */
|