Files
lolra/ch32v/ch32v203-lora/funconfig.h
T
2024-10-31 18:25:44 -04:00

10 lines
121 B
C

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