1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

drivers/sx126x: fix typo arduino header include

This commit is contained in:
Fabian Hüßler 2025-04-25 16:45:55 +02:00
parent be8820876e
commit d53c7d1bcf

View File

@ -23,7 +23,7 @@
#include "sx126x.h"
#include "sx126x_driver.h"
#ifdef MODULE_SHIELD_LC68
#if defined(MODULE_SHIELD_LLCC68)
# include "arduino_iomap.h"
#endif