1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Merge branch 'master' into msp-on-multiple-ports

Conflicts:
	src/main/config/config.c
	src/main/io/serial_msp.c
This commit is contained in:
Dominic Clifton 2014-08-22 22:30:33 +01:00
commit 4604403098
2 changed files with 11 additions and 6 deletions

View file

@ -817,7 +817,6 @@ static bool processInCommand(void)
headSerialError(0);
return true;
}
//copyCurrentProfileToProfileSlot(masterConfig.current_profile_index);
writeEEPROM();
readEEPROM();
break;