1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-13 08:40:26 +01:00

examples/pio_blink: add missing include

This commit is contained in:
Marian Buschsieweke 2024-11-27 11:57:04 +01:00
parent f0880b386e
commit c507ebff43
No known key found for this signature in database
GPG Key ID: 758BD52517F79C41

View File

@ -9,6 +9,8 @@
#include "board.h"
#include "periph/pio.h"
#include <stdio.h>
/* see blink.c */
pio_program_t pio_blink_export_program(void);