Chnaged port from usart 3 to 6 on cli
This commit is contained in:
parent
18cdcc628b
commit
75dadc7484
@ -52,7 +52,7 @@ void init_system()
|
||||
readEEPROM();
|
||||
|
||||
//initialize the CLI NOTE: Cant use the same usart as anything else or there will be some big trouble
|
||||
cliInit(USART3);
|
||||
cliInit(USART6);
|
||||
|
||||
//init sbus, using USART1
|
||||
sbus_init();
|
||||
|
Reference in New Issue
Block a user