stm32_serDes_protobuf_project/bsp/bsp.h
2024-04-08 14:21:04 +03:00

14 lines
225 B
C

#ifndef BSP_H
#define BSP_H
#include "stm32f4xx.h"
#include "stm32f4xx_gpio.h"
#include "stm32f4xx_rcc.h"
#include "stm32f4xx_usart.h"
#include "stm32f4x7_eth.h"
// #include "stm32f4x7_eth_bsp.h"
void board_init();
#endif