1
0
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:
Benjamin Valentin 2022-05-11 14:00:41 +02:00
parent 0b91660d98
commit 2384c864e2

View File

@ -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();