Changed UART reg structs
This commit is contained in:
14
SHAL/Src/Peripheral/UART/SHAL_UART.cpp
Normal file
14
SHAL/Src/Peripheral/UART/SHAL_UART.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file SHAL_TIM.h
|
||||
* @author Luca Lizaranzu
|
||||
* @brief Related to USART and UART abstractions
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
|
||||
#include "SHAL_UART.h"
|
||||
|
||||
UART::UART(const UART_Pair pair){
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user