add mqttclient to the component, and add fire stm32f429 board demo.
This commit is contained in:
19
board/Fire_STM32F429/BSP/Inc/mcu_init.h
Normal file
19
board/Fire_STM32F429/BSP/Inc/mcu_init.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __MCU_INIT_H
|
||||
#define __MCU_INIT_H
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "main.h"
|
||||
#include "bsp_eth.h"
|
||||
#include "bsp_led.h"
|
||||
#include "bsp_debug_usart.h"
|
||||
#include "tos_k.h"
|
||||
|
||||
void board_init(void);
|
||||
void SystemClock_Config(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /*__ __MCU_INIT_H */
|
Reference in New Issue
Block a user