Files
mr-library/include/mr_config.h

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__ */