this is not true for all the modules.
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sun, 28 Dec 2014 02:26:37 +0000 (03:26 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
include/extdrv/status_led.h

index 7ea3678..174a6e6 100644 (file)
@@ -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);