fix(shields): Fix use of deprecated Zephyr header.

This commit is contained in:
Peter Johanson 2024-01-16 16:42:31 -08:00 committed by Pete Johanson
parent aeb5bed3d6
commit d9c0ded402

View file

@ -6,7 +6,7 @@
*/ */
#include <zephyr/kernel.h> #include <zephyr/kernel.h>
#include <zephyr/random/rand32.h> #include <zephyr/random/random.h>
#include <zephyr/logging/log.h> #include <zephyr/logging/log.h>
LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL); LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);