mirror of
https://github.com/m5stack/zephyr.git
synced 2026-05-20 10:57:03 -07:00
6718869658
Log level is stored on 3 bits thus in theory it can be set to 7 and yet accepted levels are up to 4 thus Coverity complains. Adding assert that prevents use of levels above 4. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>