Skip to content

Commit

Permalink
resolve UART naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adabreuti committed May 11, 2023
1 parent e938154 commit fc8fd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/cc13xx_26xx/Logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern "C" int cc13xx_26xxLogInit(void)
// Most params can be default because we only send data, we don't receive
uartParams.baudRate = 115200;

sDebugUartHandle = UART2_open(CONFIG_UART2_DEBUG, &uartParams);
sDebugUartHandle = UART2_open(CONFIG_UART_DEBUG, &uartParams);
return 0;
}

Expand Down

0 comments on commit fc8fd62

Please sign in to comment.