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 Jan 17, 2024
1 parent ae3b675 commit 68162bc
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 @@ -7,7 +7,7 @@

#include <zephyr/kernel.h>
#include <zephyr/bluetooth/services/bas.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 68162bc

Please sign in to comment.