1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 07:45:29 +03:00

Remove duplicate flash device

This commit is contained in:
Mark Haslinghuis 2022-10-31 06:31:37 +01:00
parent 4657de0b2c
commit 3623e5fd87

View file

@ -203,7 +203,6 @@
#if defined(USE_FLASH_W25M512)
#define USE_FLASH_W25M
#define USE_FLASH_M25P16
#define USE_FLASH_W25M
#endif
#if defined(USE_FLASH_W25M02G)