Fix
This commit is contained in:
parent
d5dcbf9c25
commit
8c5d82e416
@ -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);
|
||||||
|
Reference in New Issue
Block a user