mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Rename serial2 to aux_serial
This commit is contained in:
parent
0dbbfa1670
commit
c9581630ff
30 changed files with 98 additions and 94 deletions
|
@ -231,10 +231,11 @@ int main()
|
|||
delaysInit(); // needed for lcdInit()
|
||||
|
||||
#if defined(DEBUG)
|
||||
serial2Init(UART_MODE_DEBUG, 0); // default serial mode (None if DEBUG not defined)
|
||||
auxSerialInit(UART_MODE_DEBUG, 0); // default serial mode (None if DEBUG not defined)
|
||||
#endif
|
||||
|
||||
__enable_irq();
|
||||
|
||||
TRACE("\nBootloader started :)");
|
||||
|
||||
lcdInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue