10 lines
231 B
C
10 lines
231 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
|
|
|
|
#endif
|