stm32_serDes_protobuf_project/bsp/bsp.h
2024-05-13 15:21:22 +03:00

15 lines
269 B
C

#ifndef BSP_H
#define BSP_H
#include "stm32f4xx.h"
#include "stm32f4xx_usart.h"
#include "stm32f4xx_gpio.h"
#include "stm32f4xx_rcc.h"
#include "stm32f4xx_dma.h"
#include "stm32f4xx_tim.h"
#include "stm32f4xx_flash.h"
#include "lwip/lwip.h"
void board_init();
#endif