12 lines
289 B
C
12 lines
289 B
C
#ifndef _FUNCONFIG_H
|
|
#define _FUNCONFIG_H
|
|
|
|
#define FUNCONF_USE_DEBUGPRINTF 0 // can only have one printf
|
|
#define FUNCONF_USE_USBPRINTF 1
|
|
#define FUNCONF_DEBUG_HARDFAULT 0
|
|
#define CH32X035 1
|
|
#define I2C_TARGET I2C1
|
|
|
|
|
|
#endif // _FUNCONFIG_H
|