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:
parent
083b73d71b
commit
c0397668ca
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user