mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 00:15:09 +00:00
Remove some whitespace at the end of some lines
This commit is contained in:
parent
210ac0f77d
commit
af85aca1aa
1 changed files with 2 additions and 2 deletions
|
|
@ -212,12 +212,12 @@ static void wl_enable_irq(FAR struct cc3000_config_s *state, bool enable)
|
|||
if (enable)
|
||||
{
|
||||
(void)kl_gpioirqattach(GPIO_WIFI_INT, priv->handler, priv->arg);
|
||||
kl_gpioirqenable(GPIO_WIFI_INT);
|
||||
kl_gpioirqenable(GPIO_WIFI_INT);
|
||||
}
|
||||
else
|
||||
{
|
||||
(void)kl_gpioirqattach(GPIO_WIFI_INT, NULL, NULL);
|
||||
kl_gpioirqdisable(GPIO_WIFI_INT);
|
||||
kl_gpioirqdisable(GPIO_WIFI_INT);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue