diff options
Diffstat (limited to 'os/ex/Micron/n25q128.h')
-rw-r--r-- | os/ex/Micron/n25q128.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/ex/Micron/n25q128.h b/os/ex/Micron/n25q128.h index 9ae12f1bd..683d66bb0 100644 --- a/os/ex/Micron/n25q128.h +++ b/os/ex/Micron/n25q128.h @@ -114,6 +114,13 @@ #if !defined(N25Q128_NICE_WAITING) || defined(__DOXYGEN__) #define N25Q128_NICE_WAITING TRUE #endif + +/** + * @brief Uses 4kB sub-sectors rather than 64kB sectors. + */ +#if !defined(N25Q128_USE_SUB_SECTORS) || defined(__DOXYGEN__) +#define N25Q128_USE_SUB_SECTORS FALSE +#endif /** @} */ /*===========================================================================*/ |