cmake_cpputest_template/inc/funconfig.h
2025-03-13 15:12:29 -07:00

11 lines
180 B
C

#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#define CH32V003 1
#define FUNCONF_USE_DEBUGPRINTF 0
#define FUNCONF_USE_UARTPRINTF 1
#define FUNCONF_UART_PRINTF_BAUD 115200
#endif