flash: EFI_STORAGE_MFS_EXTERNAL is FALSE by default

This commit is contained in:
Andrey Gusakov 2024-07-28 14:35:17 +03:00 committed by rusefillc
parent 888eb9396a
commit 543219745a
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
#include "runtime_state.h"
#ifndef EFI_STORAGE_MFS_EXTERNAL
#define EFI_STORAGE_MFS_EXTERNAL FALSE
#endif
static bool needToWriteConfiguration = false;
/* if we use ChibiOS MFS for settings */