diff options
| author | Joel Challis <git@zvecr.com> | 2025-05-11 23:39:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 08:39:38 +1000 |
| commit | 3e7ce54902aeff14cf9242d0d5a73d9d655a9de7 (patch) | |
| tree | 1fb945df6957c6054a21c060b0dcbedca160d76b /drivers | |
| parent | 88c094908bb94324e28876f2beb8028a9fad086d (diff) | |
Fix Wear Leveling compilation (#25254)
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/wear_leveling/wear_leveling_flash_spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/wear_leveling/wear_leveling_flash_spi.c b/drivers/wear_leveling/wear_leveling_flash_spi.c index 304aed1641..ca2c174580 100644 --- a/drivers/wear_leveling/wear_leveling_flash_spi.c +++ b/drivers/wear_leveling/wear_leveling_flash_spi.c | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #include "util.h" | 5 | #include "util.h" |
| 6 | #include "timer.h" | 6 | #include "timer.h" |
| 7 | #include "wear_leveling.h" | 7 | #include "wear_leveling.h" |
| 8 | #include "wear_leveling_flash_spi_config.h" | ||
| 8 | #include "wear_leveling_internal.h" | 9 | #include "wear_leveling_internal.h" |
| 9 | 10 | ||
| 10 | #ifndef WEAR_LEVELING_EXTERNAL_FLASH_BULK_COUNT | 11 | #ifndef WEAR_LEVELING_EXTERNAL_FLASH_BULK_COUNT |
