mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Flag was present only when ZLI was enabled. That resulted in additional ifdefs needed whenever code supports ZLI and non-ZLI mode. Removed ifdefs, added build assert to irq connections to fail at compile time if IRQ_ZERO_LATENCY is set but ZLI is disabled. Additional clean up made which resulted from removing the ifdef. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>