DevEBox_STM32H750VB_ModBus/board/peripherals.h

11 lines
185 B
C
Raw Permalink Normal View History

2023-04-15 16:08:24 +00:00
#ifndef PERIPHERALS_H
#define PERIPHERALS_H
#include "stm32h7xx_hal.h"
extern UART_HandleTypeDef huart1;
void BOARD_InitBootPeripherals(void);
void BOARD_InitDebugUART(void);
#endif