CH32V307_FreeRTOS_Hello/include/board.h
Embedded_Projects ad82a78c45 Initial commit
2022-04-30 10:07:26 +00:00

8 lines
140 B
C

#ifndef BOARD_H
#define BOARD_H
void BOARD_IOMUX_Init(void);
void BOARD_Peripheral_Init(void);
void BOARD_SystemClock_Config(void);
#endif