diff options
author | Maxim Devaev <[email protected]> | 2023-08-04 04:19:50 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-08-04 04:19:50 +0300 |
commit | b44c8516d7efec87a6ea5d96b175fedaf5252b7f (patch) | |
tree | 59b9cf557d07415e1c413f3b9f3fb38d06a43f33 /hid/pico/src/ph_debug.h | |
parent | 8c6e9eb4c112a4a63f5262daae1a9d24757cc6f2 (diff) |
pico hid: slow blinking
Diffstat (limited to 'hid/pico/src/ph_debug.h')
-rw-r--r-- | hid/pico/src/ph_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/pico/src/ph_debug.h b/hid/pico/src/ph_debug.h index ef8afdda..4dd92ce3 100644 --- a/hid/pico/src/ph_debug.h +++ b/hid/pico/src/ph_debug.h @@ -24,4 +24,5 @@ void ph_debug_init(bool enable_uart); +void ph_debug_act(bool flag); void ph_debug_act_pulse(u64 delay_ms); |