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

examples/suit_update: add missing include

This commit is contained in:
Benjamin Valentin 2023-03-10 01:48:00 +01:00
parent fc8b20e4e9
commit cc1d48aaf1

View File

@ -40,6 +40,7 @@
#endif
#ifdef MODULE_PERIPH_GPIO
#include "board.h"
#include "periph/gpio.h"
#endif