Change includes

This commit is contained in:
Henrik Stickann 2023-01-19 23:57:37 +01:00
parent 2d9d9920ac
commit bb3a4a5963
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#ifndef STA_RTOS_MUTEX_HPP #ifndef STA_RTOS_MUTEX_HPP
#define STA_RTOS_MUTEX_HPP #define STA_RTOS_MUTEX_HPP
#include <sta/intf/mutex.hpp> #include <sta/mutex.hpp>
#include <cmsis_os2.h> #include <cmsis_os2.h>

View File

@ -5,7 +5,7 @@
#ifndef STA_RTOS_SIGNAL_HPP #ifndef STA_RTOS_SIGNAL_HPP
#define STA_RTOS_SIGNAL_HPP #define STA_RTOS_SIGNAL_HPP
#include <sta/intf/signal.hpp> #include <sta/signal.hpp>
#include <cmsis_os2.h> #include <cmsis_os2.h>