Files
lolra/ch32v/ch32v203/funconfig.h
T
2024-03-25 11:55:42 -07:00

10 lines
121 B
C

#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#define FUNCONF_USE_DEBUGPRINTF 0
#define FUNCONF_USE_UARTPRINTF 1
#endif