Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "sched.h" // DECL_INIT

#define WAIT_BLINK_TIME 1000000
#define XFER_BLINK_TIME 20000
#define XFER_BLINK_TIME 200000

DECL_CTR("DECL_LED_PIN " __stringify(CONFIG_STATUS_LED_PIN));
extern uint32_t led_gpio, led_gpio_high; // Generated by buildcommands.py
Expand Down