From 7e67d490930ac29d7282fb4b40846617f8f45fcc Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Sun, 28 Dec 2014 03:26:37 +0100 Subject: [PATCH] this is not true for all the modules. --- include/extdrv/status_led.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/extdrv/status_led.h b/include/extdrv/status_led.h index 7ea3678..174a6e6 100644 --- a/include/extdrv/status_led.h +++ b/include/extdrv/status_led.h @@ -27,7 +27,6 @@ /***************************************************************************** */ /* Status LED */ -/* The status LED is on GPIO Port 1, pin 4 (PIO1_4) and Port 1, pin 5 (PIO1_5) */ void status_led_config(const struct pio* green, const struct pio* red); void status_led(uint32_t val); -- 2.43.0