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

This commit is contained in:
Peter Johanson 2024-01-16 16:42:31 -08:00
parent 1c675674a2
commit 349f80b4eb

View file

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