9 lines
193 B
C
9 lines
193 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
|
|
|
|
#endif
|