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/main.c | |
parent | 8c6e9eb4c112a4a63f5262daae1a9d24757cc6f2 (diff) |
pico hid: slow blinking
Diffstat (limited to 'hid/pico/src/main.c')
-rw-r--r-- | hid/pico/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/pico/src/main.c b/hid/pico/src/main.c index 69508689..26c7c922 100644 --- a/hid/pico/src/main.c +++ b/hid/pico/src/main.c @@ -115,7 +115,7 @@ int main(void) { ph_usb_task(); if (!_reset_required) { ph_spi_task(); - ph_debug_act_pulse(50); + ph_debug_act_pulse(100); } } return 0; |