1
0
Fork 0
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:
Bertrand Songis 2019-06-04 16:57:35 +02:00
parent 0dbbfa1670
commit c9581630ff
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
30 changed files with 98 additions and 94 deletions

View file

@ -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();