Skip to content

Commit 2c4250f

Browse files
committed
PICO_CONFIG fix
1 parent 15ab7ad commit 2c4250f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rp2_common/pico_status_led/status_led.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static bool colored_status_led_on;
4444
#define PICO_COLORED_STATUS_LED_WS2812_FREQ 800000
4545
#endif
4646

47-
// PICO_CONFIG: PICO_COLORED_STATUS_LED_RESET_DELAY_US, Required delay in microsecond to reset the WS2812 colored status LED , type=int, default=800000, group=pico_status_led
47+
// PICO_CONFIG: PICO_COLORED_STATUS_LED_RESET_DELAY_US, Required reset delay in microseconds for the WS2812 colored status LED , type=int, default=50, group=pico_status_led
4848
#ifndef PICO_COLORED_STATUS_LED_RESET_DELAY_US
4949
#define PICO_COLORED_STATUS_LED_RESET_DELAY_US 50
5050
#endif

0 commit comments

Comments
 (0)