commit | 201fdf0aecc04a817a8dc54e743d568f5356e4a4 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu May 09 19:48:40 2019 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed May 15 10:44:59 2019 +0200 |
tree | 942793d377ec4e21b52ddfea0978cf2a87f68de8 | |
parent | 6d4a5200bc338cdfe66f6da491da6c7874b6e3a1 [diff] |
kernel: Fix usage of CONFIG_SYS_CLOCK_EXISTS When compiling the kernel with CONFIG_SYS_CLOCK_TICKS_PER_SEC=0, the CONFIG_SYS_CLOCK_EXISTS internal variable is unset. This completely disables timer handling in the kernel, but a couple of spots missed the required conditional compilation. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>