DevEBox_STM32H750VB_ModBus/board/peripherals.h

11 lines
185 B
C

#ifndef PERIPHERALS_H
#define PERIPHERALS_H
#include "stm32h7xx_hal.h"
extern UART_HandleTypeDef huart1;
void BOARD_InitBootPeripherals(void);
void BOARD_InitDebugUART(void);
#endif