SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documentation updates

This commit is contained in:
Gregory Nutt 2013-06-05 08:54:37 -06:00
parent 462e3ecae7
commit 491e1ce238

View File

@ -41,7 +41,8 @@
* PC07 to GND.
*
* When CONFIG_ARCH_LEDS is defined in the NuttX configuration, NuttX will
* control LED0. Otherwise, LED0 can be controlled from logic in this file.
* control LED0. Otherwise, LED0 can be controlled from user applications
* using the logic in this file.
*/
/****************************************************************************