mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
RTOS refactoring + more AVR removal
This commit is contained in:
parent
f60733b561
commit
f3bfde242b
80 changed files with 1111 additions and 1054 deletions
|
@ -305,7 +305,7 @@ void eepromWriteWait(EepromWriteState state/* = EEPROM_IDLE*/)
|
|||
while (eepromWriteState != state) {
|
||||
#if defined(STM32)
|
||||
// Waits a little bit for CS transitions
|
||||
CoTickDelay(1/*2ms*/);
|
||||
RTOS_WAIT_MS(2);
|
||||
#endif
|
||||
eepromWriteProcess();
|
||||
#ifdef SIMU
|
||||
|
@ -468,7 +468,7 @@ const pm_char * eeBackupModel(uint8_t i_fileSrc)
|
|||
}
|
||||
|
||||
#if defined(PCBSKY9X)
|
||||
strcpy(statusLineMsg, PSTR("File "));
|
||||
strcpy(statusLineMsg, "File ");
|
||||
strcpy(statusLineMsg+5, &buf[sizeof(MODELS_PATH)]);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue