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

sys/test_utils/print_stack_usage: include stdio if printf is used

This commit is contained in:
Karl Fessel 2022-10-12 12:12:57 +02:00
parent 514325b8b3
commit bac70c5e47

View File

@ -22,6 +22,8 @@
#if MODULE_FMT
#include "fmt.h"
#else
#include <stdio.h>
#endif
#if MODULE_FMT