tests/cpu_efm32_features: Add missing include stdio.h

for puts
This commit is contained in:
Joakim Nohlgård 2021-03-21 20:03:26 +01:00
parent 1f710f94e6
commit f24e835c71

View File

@ -18,6 +18,8 @@
* @}
*/
#include <stdio.h>
#include "periph/uart.h"
#if EFM32_LEUART_ENABLED