Merged branch UART and changed get function

This commit is contained in:
2025-09-08 00:42:54 -07:00
parent 368eac7616
commit a02ec044ce
3 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ void tim2Handler(){
int main() {
UART uart2 = initUART(UART_Pair::Tx2A2_Rx2A3);
UART uart2 = getUART(UART_Pair::Tx2A2_Rx2A3);
uart2.begin(115200);