usbc_soldering_iron/fw/funconfig.h

13 lines
330 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-04-16 13:09:24 +02:00
#define I2C_TARGET I2C1
#define VCC_MV 3480
2026-03-25 18:47:44 +01:00
2026-04-16 13:09:24 +02:00
#endif // _FUNCONFIG_H