Rename directories rtx->rtx4 rtx2->rtx5

pull/4294/head
Bartek Szatkowski 2017-05-23 09:44:20 +01:00 committed by Martin Kojtal
parent 535ee8ba25
commit 05548e786d
40 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@
#ifndef MBED_RTOS_RTX1_TYPES_H
#define MBED_RTOS_RTX1_TYPES_H
#include "rtx/cmsis_os.h"
#include "rtx4/cmsis_os.h"
#endif

View File

@ -30,7 +30,7 @@
#ifndef RTX_CONFIG_H_
#define RTX_CONFIG_H_
#include "rtx2/mbed_rtx_conf.h"
#include "rtx5/mbed_rtx_conf.h"
//-------- <<< Use Configuration Wizard in Context Menu >>> --------------------