1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

STM32F4: USARTS 4,5,6 added

Flag initialisation for motor_pwm_protocol
Fixes for AlienFlightF4 and timers
This commit is contained in:
blckmn 2016-06-08 05:43:28 +10:00
parent 6bf35e09ce
commit 51a99e74c6
31 changed files with 5476 additions and 57 deletions

View file

@ -399,7 +399,7 @@ static void serializeSDCardSummaryReply(void)
#ifdef USE_SDCARD
uint8_t flags = 1 /* SD card supported */ ;
uint8_t state;
uint8_t state = 0;
serialize8(flags);