diff options
author | Joel Challis <git@zvecr.com> | 2021-09-05 21:36:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 21:36:43 +0100 |
commit | 8d6d8cfadfd1522b3dd2cc8ac1ce7393b45bbe64 (patch) | |
tree | ba073cc829e8311462375d5bf20667f3b89c0cf4 /keyboards/nk65 | |
parent | fe6d6cf76dc827adb2f46d55217dc189eae21b02 (diff) |
Tidy up defines within STM EEPROM emulation (#14275)
* Tidy up defines within stm eeprom emulation
* Fix tests
* Resolve todo
* Still use page notion in clear
* Remove more f4 refs
Diffstat (limited to 'keyboards/nk65')
-rwxr-xr-x | keyboards/nk65/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nk65/config.h b/keyboards/nk65/config.h index a178307cc0..3268e8ebf4 100755 --- a/keyboards/nk65/config.h +++ b/keyboards/nk65/config.h @@ -151,7 +151,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef FLASHSIZE_BASE # define FLASHSIZE_BASE ((uint32_t)0x1FFFF7CCU) /*!< FLASH Size register base address */ #endif -#define EEPROM_START_ADDRESS +#define FEE_MCU_FLASH_SIZE_IGNORE_CHECK #define FEE_MCU_FLASH_SIZE \ ({ \ uint16_t (*flash_size) = (uint16_t*)FLASHSIZE_BASE; \ |