add missing #

This commit is contained in:
Jason2866 2022-02-25 20:44:33 +01:00 committed by GitHub
parent 9fcdada673
commit 8ad5a1a1d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ void SettingsSave(uint8_t rotate) {
Settings->cfg_crc32 = GetSettingsCrc32();
#ifdef USE_COUNTER
CounterInterruptDisable(true);
endif
#endif
#ifdef ESP8266
#ifdef USE_UFILESYS
TfsSaveFile(TASM_FILE_SETTINGS, (const uint8_t*)Settings, sizeof(TSettings));