mirror of
https://github.com/thelsing/knx.git
synced 2025-11-24 20:06:01 +01:00
fixed typo in KNX_FLASH_OFFSET
This commit is contained in:
parent
fe5a542301
commit
11220172b5
@ -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"
|
#error "KNX_FLASH_SIZE must be multiple of 4096"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if KNX_FLASH_SIZE%4096
|
#if KNX_FLASH_OFFSET%4096
|
||||||
#error "KNX_FLASH_OFFSET must be multiple of 4096"
|
#error "KNX_FLASH_OFFSET must be multiple of 4096"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user