mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
pkg/openthread: don't set NETOPT_RX_END_IRQ
This commit is contained in:
parent
0b91660d98
commit
2384c864e2
@ -89,7 +89,6 @@ static void *_openthread_event_loop(void *arg)
|
||||
|
||||
netopt_enable_t enable = NETOPT_ENABLE;
|
||||
netdev->driver->set(netdev, NETOPT_TX_END_IRQ, &enable, sizeof(enable));
|
||||
netdev->driver->set(netdev, NETOPT_RX_END_IRQ, &enable, sizeof(enable));
|
||||
|
||||
/* init OpenThread */
|
||||
sInstance = otInstanceInitSingle();
|
||||
|
Loading…
Reference in New Issue
Block a user