forked from kofal.net/zmk
fix(shields): Fix use of deprecated Zephyr header.
This commit is contained in:
committed by
Pete Johanson
parent
aeb5bed3d6
commit
d9c0ded402
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user