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

picolibc: fix build for fe310

We need to include `irq.h` for `irq_disable()`.
This commit is contained in:
Benjamin Valentin 2020-08-27 22:52:50 +02:00
parent 083b73d71b
commit c0397668ca

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"