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

Merge pull request #14901 from benpicco/cpu/fe310/picolib-fix

picolibc: fix build for fe310
This commit is contained in:
Koen Zandberg 2020-08-31 15:37:03 +02:00 committed by GitHub
commit 82ac139107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@
#include <stdio.h>
#include <sys/times.h>
#include "irq.h"
#include "log.h"
#include "periph/pm.h"
#include "stdio_base.h"