diff options
author | Maxim Devaev <[email protected]> | 2023-08-05 02:10:15 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-08-05 02:10:15 +0300 |
commit | 472605734e3363b3f2f4e577a358eecfc3a7855a (patch) | |
tree | 4a62e481a8e7b1ef4bb29c1c3ff9327f1d3b5f7e /hid | |
parent | a8c3023aaeb3e5146fad79cb387c9379eac7487f (diff) |
pico hid: fixed missing include
Diffstat (limited to 'hid')
-rw-r--r-- | hid/pico/src/ph_outputs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/pico/src/ph_outputs.c b/hid/pico/src/ph_outputs.c index 4722a81c..61865fa6 100644 --- a/hid/pico/src/ph_outputs.c +++ b/hid/pico/src/ph_outputs.c @@ -22,6 +22,7 @@ #include "ph_outputs.h" +#include "pico/stdlib.h" #include "hardware/gpio.h" #include "hardware/structs/watchdog.h" |