RMUL2025/lib/cmsis_5/CMSIS/RTOS/Template/CPP/rtos.h

18 lines
305 B
C++

/* mbed Microcontroller Library
* Copyright (c) 2006-2012 ARM Limited. All rights reserved.
*/
#ifndef RTOS_H
#define RTOS_H
#include "Thread.h"
#include "Mutex.h"
#include "RtosTimer.h"
#include "Semaphore.h"
#include "Mail.h"
#include "MemoryPool.h"
#include "Queue.h"
using namespace rtos;
#endif