This commit is contained in:
Lennart Eriksson 2016-10-17 09:08:36 +02:00
parent d5dcbf9c25
commit 8c5d82e416

View File

@ -51,10 +51,10 @@ void init_system()
readEEPROM(); readEEPROM();
//initialize the CLI NOTE: Cant use the same usart as anything else or there will be some big trouble //initialize the CLI NOTE: Cant use the same usart as anything else or there will be some big trouble
cliInit(USART1); cliInit(USART3);
//init sbus, using USART1 //init sbus, using USART1
// sbus_init(); sbus_init();
//init motors to run with oneshot 125 //init motors to run with oneshot 125
pwmEnableAllMotors(Oneshot125); pwmEnableAllMotors(Oneshot125);