Commit 4fde218
zephyr: lib: add build assert on NUM_CLOCKS
Add a build assert to ensure platform NUM_CLOCKS is set to at least
CONFIG_CORE_COUNT. This is assumed to hold in the implementation of
platform_clock_init().
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 8bd2522 commit 4fde218
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
0 commit comments