From: Nathael Pajani Date: Sun, 28 Dec 2014 02:26:37 +0000 (+0100) Subject: this is not true for all the modules. X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=7e67d490930ac29d7282fb4b40846617f8f45fcc;p=soft%2Flpc122x%2Fcore this is not true for all the modules. --- 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);