summaryrefslogtreecommitdiff
path: root/hid/pico/src/ph_debug.h
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-08-07 00:13:48 +0300
committerMaxim Devaev <[email protected]>2023-08-07 00:13:48 +0300
commitef8fee5f9ca1496717f3a97663939d3f8b533b83 (patch)
tree8baff0c230be1f3885bd4253b2af9e8e9b8e40d6 /hid/pico/src/ph_debug.h
parenta10c45a1c1857508e5349ea1ff5b267b0b6f77e6 (diff)
muted act led
Diffstat (limited to 'hid/pico/src/ph_debug.h')
-rw-r--r--hid/pico/src/ph_debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hid/pico/src/ph_debug.h b/hid/pico/src/ph_debug.h
index 4dd92ce3..32dcd691 100644
--- a/hid/pico/src/ph_debug.h
+++ b/hid/pico/src/ph_debug.h
@@ -23,6 +23,7 @@
#include "ph_types.h"
-void ph_debug_init(bool enable_uart);
+void ph_debug_uart_init();
+void ph_debug_act_init();
void ph_debug_act(bool flag);
void ph_debug_act_pulse(u64 delay_ms);