summaryrefslogtreecommitdiff
path: root/board/strago/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/strago/led.c')
-rw-r--r--board/strago/led.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/strago/led.c b/board/strago/led.c
index 74c5da3598..3549e09c11 100644
--- a/board/strago/led.c
+++ b/board/strago/led.c
@@ -129,9 +129,6 @@ static void strago_led_set_battery(void)
static void led_init(void)
{
- /* Configure GPIOs */
- gpio_config_module(MODULE_PWM_LED, 1);
-
/*
* Enable PWMs and set to 0% duty cycle. If they're disabled,
* seems to ground the pins instead of letting them float.