diff options
author | Maxim Devaev <[email protected]> | 2023-08-07 00:13:48 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-08-07 00:13:48 +0300 |
commit | ef8fee5f9ca1496717f3a97663939d3f8b533b83 (patch) | |
tree | 8baff0c230be1f3885bd4253b2af9e8e9b8e40d6 /hid/pico/src/main.c | |
parent | a10c45a1c1857508e5349ea1ff5b267b0b6f77e6 (diff) |
muted act led
Diffstat (limited to 'hid/pico/src/main.c')
-rw-r--r-- | hid/pico/src/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hid/pico/src/main.c b/hid/pico/src/main.c index 7d8c6843..8b551a97 100644 --- a/hid/pico/src/main.c +++ b/hid/pico/src/main.c @@ -120,7 +120,8 @@ static void _timeout_handler(void) { int main(void) { - ph_debug_init(false); // No UART + //ph_debug_act_init(); + //ph_debug_uart_init(); ph_outputs_init(); ph_usb_init(); @@ -135,7 +136,7 @@ int main(void) { ph_usb_task(); if (!_reset_required) { _COMM(task); - ph_debug_act_pulse(100); + //ph_debug_act_pulse(100); } } return 0; |