Chnaged port from usart 3 to 6 on cli

This commit is contained in:
johan9107 2016-10-25 09:43:38 +02:00
parent 18cdcc628b
commit 75dadc7484

View File

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