8 lines
139 B
C
8 lines
139 B
C
|
|
#ifndef _MCU_BSP_SYS_H_
|
||
|
|
#define _MCU_BSP_SYS_H_
|
||
|
|
|
||
|
|
#include "stm32f1xx_hal.h"
|
||
|
|
int McuBspSysInit(void);
|
||
|
|
void McuBspSysClockInit(void);
|
||
|
|
#endif
|