mirror of
https://github.com/apache/nuttx.git
synced 2026-09-04 08:04:02 +00:00
Merge remote-tracking branch 'origin/master' into ieee802154
This commit is contained in:
commit
ebaed18be0
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