spelling: filesystem

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:42:22 -05:00
parent f7145c9739
commit 5ea72eb54a

View file

@ -27,7 +27,7 @@
// be changed. Migrations are likely as well. // be changed. Migrations are likely as well.
// //
// On watches with only 4MB of flash, the region will have a size of zero and be ignored by the // On watches with only 4MB of flash, the region will have a size of zero and be ignored by the
// fileystem. // filesystem.
#if defined(BOARD_V2_0) || defined(BOARD_V1_5) || defined(LARGE_SPI_FLASH) #if defined(BOARD_V2_0) || defined(BOARD_V1_5) || defined(LARGE_SPI_FLASH)
#define BOARD_NOR_FLASH_SIZE 0x600000 #define BOARD_NOR_FLASH_SIZE 0x600000
#else #else