mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 15:08:37 +03:00
Initial commit
This commit is contained in:
17
external/CMSIS_5/CMSIS/RTOS/Template/CPP/rtos.h
vendored
Normal file
17
external/CMSIS_5/CMSIS/RTOS/Template/CPP/rtos.h
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
/* 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
|
Reference in New Issue
Block a user