Files
lolra/ch32v/ch32v003-timer/funconfig.h
T
2024-05-17 03:55:29 -07:00

10 lines
121 B
C

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