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

tests/driver_ina3221: add missing stdio.h include

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

View File

@ -18,6 +18,7 @@
* @}
*/
#include <stdio.h>
#include <string.h>
#include "periph/gpio.h"
#include "xtimer.h"