RTOS lib used for Eurobot 2012

Dependents:   09_BC2_encoder

rtos.h

Committer:
eembed
Date:
2019-08-01
Revision:
1:b270f864114f
Parent:
0:e477ba491a3b

File content as of revision 1:b270f864114f:

/* 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