mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Deactivate aux_serial on Horus targets (#6733)
Remove AUX_SERIAL on Horus
This commit is contained in:
parent
6684a75d92
commit
0a8917cbe2
9 changed files with 9 additions and 21 deletions
|
@ -233,7 +233,7 @@ int main()
|
|||
|
||||
delaysInit(); // needed for lcdInit()
|
||||
|
||||
#if defined(DEBUG)
|
||||
#if defined(DEBUG) && defined(AUX_SERIAL)
|
||||
auxSerialInit(UART_MODE_DEBUG, 0); // default serial mode (None if DEBUG not defined)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue