Skip to content

Commit

Permalink
AP_HAL_ChibiOS: don't backup storage with littlefs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Dec 11, 2024
1 parent 46b1f7c commit dbcaeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/Storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extern const AP_HAL::HAL& hal;

#ifndef HAL_STORAGE_BACKUP_COUNT
#if AP_FILESYSTEM_LITTLEFS_ENABLED
#define HAL_STORAGE_BACKUP_COUNT 5
#define HAL_STORAGE_BACKUP_COUNT 0
#else
#define HAL_STORAGE_BACKUP_COUNT 100
#endif
Expand Down

0 comments on commit dbcaeac

Please sign in to comment.