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

core/mutex: include cpu.h

This is needed for core_mutex_debug
This commit is contained in:
Benjamin Valentin 2023-12-01 19:46:27 +01:00
parent 1e9b1992df
commit cd79dfb5a8

View File

@ -24,6 +24,7 @@
#include <inttypes.h>
#include <stdio.h>
#include "cpu.h"
#include "mutex.h"
#include "thread.h"
#include "sched.h"