aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nk65
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-09-05 21:36:43 +0100
committerGitHub <noreply@github.com>2021-09-05 21:36:43 +0100
commit8d6d8cfadfd1522b3dd2cc8ac1ce7393b45bbe64 (patch)
treeba073cc829e8311462375d5bf20667f3b89c0cf4 /keyboards/nk65
parentfe6d6cf76dc827adb2f46d55217dc189eae21b02 (diff)
downloadqmk_firmware-8d6d8cfadfd1522b3dd2cc8ac1ce7393b45bbe64.tar.gz
qmk_firmware-8d6d8cfadfd1522b3dd2cc8ac1ce7393b45bbe64.zip
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-xkeyboards/nk65/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nk65/config.h b/keyboards/nk65/config.h
index a178307cc..3268e8ebf 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/>.
151#ifndef FLASHSIZE_BASE 151#ifndef FLASHSIZE_BASE
152# define FLASHSIZE_BASE ((uint32_t)0x1FFFF7CCU) /*!< FLASH Size register base address */ 152# define FLASHSIZE_BASE ((uint32_t)0x1FFFF7CCU) /*!< FLASH Size register base address */
153#endif 153#endif
154#define EEPROM_START_ADDRESS 154#define FEE_MCU_FLASH_SIZE_IGNORE_CHECK
155#define FEE_MCU_FLASH_SIZE \ 155#define FEE_MCU_FLASH_SIZE \
156({ \ 156({ \
157 uint16_t (*flash_size) = (uint16_t*)FLASHSIZE_BASE; \ 157 uint16_t (*flash_size) = (uint16_t*)FLASHSIZE_BASE; \