Skip to content

Commit

Permalink
Fixed rebase problems due to changes in PR #3814.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Oct 13, 2023
1 parent acb1879 commit 4ab9a5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radio/src/targets/pl18/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ void boardInit()
#endif

#if defined(DEBUG)
serialInit(SP_AUX1, UART_MODE_DEBUG);
serialSetMode(SP_AUX1, UART_MODE_DEBUG); // indicate AUX1 is used
serialInit(SP_AUX1, UART_MODE_DEBUG); // early AUX1 init
#endif

TRACE("\nPL18 board started :)");
Expand Down

0 comments on commit 4ab9a5c

Please sign in to comment.