Files
TencentOS-tiny/board/N32G4XM_STB/BSP/Inc/mcu_init.h
supowang eeb2090d50 add N32G4XM_STB board support
add nationz N32G4XM_STB board support
2020-05-22 16:39:39 +08:00

18 lines
237 B
C

#ifndef __MCU_INIT_H
#define __MCU_INIT_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include "main.h"
#include "log.h"
#include "tos_k.h"
void board_init(void);
#ifdef __cplusplus
}
#endif
#endif /*__ __MCU_INIT_H */