mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Update a comment
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user