got the main file back

This commit is contained in:
Lennart Eriksson 2016-11-09 11:06:33 +01:00
parent 29c03e1f75
commit fb826ac607

View File

@ -62,18 +62,7 @@ void init_system()
cliInit(USART3);
//init sbus, using USART1
// sbus_init();
arduinoCom_init(USART1);
while(1)
{
HAL_Delay(1000);
if(arduino_frame_available())
arduino_read();
arduino_send_sensor_values();
}
sbus_init();
#ifdef USE_LEDS