1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/atwinc15x0: add missing include

This commit is contained in:
Marian Buschsieweke 2022-09-23 15:00:45 +02:00
parent 0ba5c314c1
commit f0d0e62fbf
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -30,6 +30,7 @@
#include "driver/include/m2m_wifi.h"
#include "assert.h"
#include "irq.h"
#include "log.h"
#include "net/netdev/eth.h"
#include "od.h"