Skip to content

Commit

Permalink
Aligned storages definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vovagorodok committed Aug 8, 2023
1 parent 0f90407 commit 87dfb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BleOtaStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#if FLASHEND >= 0xFFFF
#include "InternalStorageAVR.h"
#endif
#elif defined(STM32F1xx) || defined(STM32WBxx)
#elif defined(ARDUINO_ARCH_STM32)
#include <InternalStorageSTM32.h>
#elif defined(ARDUINO_ARCH_RP2040)
#include <InternalStorageRP2.h>
Expand Down

0 comments on commit 87dfb29

Please sign in to comment.