CH32V307_FreeRTOS_LwIP/include/board.h

8 lines
140 B
C
Raw Normal View History

2022-05-10 15:24:15 +00:00
#ifndef BOARD_H
#define BOARD_H
void BOARD_IOMUX_Init(void);
void BOARD_Peripheral_Init(void);
void BOARD_SystemClock_Config(void);
#endif