usbc_soldering_iron/fw/funconfig.h

10 lines
231 B
C
Raw Normal View History

2026-03-25 18:47:44 +01:00
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
2026-04-09 17:16:19 +02:00
#define FUNCONF_USE_DEBUGPRINTF 0 // can only have one printf
#define FUNCONF_USE_USBPRINTF 1
#define FUNCONF_DEBUG_HARDFAULT 0
2026-04-11 21:40:33 +02:00
#define CH32X035 1
2026-03-25 18:47:44 +01:00
2026-04-09 17:16:19 +02:00
#endif