1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

cpu/fe310: include thread.h in cpu.h

This ensures the ARRAY_SIZE macro is implicitly available
This commit is contained in:
Alexandre Abadie 2019-12-13 16:22:25 +01:00
parent 0ef371899d
commit b49cca2d0c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -25,6 +25,8 @@
#ifndef CPU_H
#define CPU_H
#include "thread.h"
#ifdef __cplusplus
extern "C" {
#endif