fixed typo in KNX_FLASH_OFFSET

This commit is contained in:
SirSydom 2022-02-19 09:06:08 +01:00
parent fe5a542301
commit 11220172b5

View File

@ -39,7 +39,7 @@ A RAM-buffered Flash can be use by defining USE_RP2040_LARGE_EEPROM_EMULATION
#error "KNX_FLASH_SIZE must be multiple of 4096"
#endif
#if KNX_FLASH_SIZE%4096
#if KNX_FLASH_OFFSET%4096
#error "KNX_FLASH_OFFSET must be multiple of 4096"
#endif