7 lines
96 B
C
7 lines
96 B
C
|
#ifndef __SYSCFG_H__
|
||
|
#define __SYSCFG_H__
|
||
|
|
||
|
#define MYNEWT_VAL(x) (x)
|
||
|
|
||
|
#endif /* __SYSCFG_H__ */
|