muted act led

This commit is contained in:
Maxim Devaev
2023-08-07 00:13:48 +03:00
parent a10c45a1c1
commit ef8fee5f9c
3 changed files with 10 additions and 7 deletions

View File

@@ -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);