mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 21:43:51 +01:00
When there are holes in the NIB (e.g. when entries were removed) currently the NIB crashes the system due to a failed assertion (`DEVELHELP` needs to be activated to test this behavior). This fixes this behavior by making the assertion a check that is always compiled in.