Files
lolra/ch32v/ch32v003/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 1
#define FUNCONF_USE_UARTPRINTF 0
#endif