Update include paths

This commit is contained in:
Henrik Stickann 2022-05-02 13:49:22 +02:00
parent 202c1f3aa6
commit 941de7e064
2 changed files with 2 additions and 2 deletions

View File

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

View File

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