Skip to content

Commit

Permalink
fix(shields): Fix use of deprecated Zephyr header.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Feb 9, 2024
1 parent aeb5bed commit d9c0ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/shields/nice_view/widgets/peripheral_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d9c0ded

Please sign in to comment.