Skip to content

Commit

Permalink
AP_HAL_ChibiOS: only create storage backups on fatfs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Jan 11, 2025
1 parent 2a94fb4 commit faa26f2
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 @@ -127,7 +127,7 @@ void Storage::_storage_open(void)
*/
void Storage::_save_backup(void)
{
#if HAL_OS_POSIX_IO
#if HAL_USE_FATFS
// allow for fallback to microSD or littlefs flash based storage
// create the backup directory if need be
int ret;
Expand Down

0 comments on commit faa26f2

Please sign in to comment.