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

tests/driver_ph_oem: add missing stdio.h include

This commit is contained in:
Alexandre Abadie 2020-01-11 17:28:12 +01:00
parent d609469f56
commit d313febef3
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -18,6 +18,8 @@
* @}
*/
#include <stdio.h>
#include "xtimer.h"
#include "event/callback.h"