Update a comment

This commit is contained in:
Gregory Nutt
2016-08-09 17:08:03 -06:00
parent 698d6d1294
commit 7823a1680e
+1 -4
View File
@@ -123,10 +123,7 @@ static inline int sam_gpiopin(gpio_pinset_t cfgset)
static inline int sam_gpio_enableclk(gpio_pinset_t cfgset)
{
/* Enable the peripheral clock for the GPIO's port controller.
* A GPIO input value is only sampled if the peripheral clock for its
* controller is enabled.
*/
/* Enable the peripheral clock for the GPIO's port controller. */
switch (cfgset & GPIO_PORT_MASK)
{