Incorporating reveiw comments - Moving mbed_rtos_types.h to public headers

pull/13264/head
Ashok Rao 2020-07-15 13:54:52 +01:00
parent 3a1b0744ba
commit 04fac35252
12 changed files with 11 additions and 11 deletions

View File

@ -25,7 +25,7 @@
#include <stdint.h>
#include <utility>
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#include "rtos/Mutex.h"
#include "rtos/Semaphore.h"
#include "rtos/Kernel.h"

View File

@ -26,7 +26,7 @@
#include <cstddef>
#include <stdint.h>
#include "rtos/Kernel.h"
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#include "rtos/internal/mbed_rtos1_types.h"
#include "rtos/internal/mbed_rtos_storage.h"

View File

@ -25,7 +25,7 @@
#include <stdint.h>
#include <chrono>
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#include "platform/mbed_toolchain.h"
#if !MBED_CONF_RTOS_PRESENT
#include "platform/source/mbed_os_timer.h"

View File

@ -28,7 +28,7 @@
#include "rtos/Queue.h"
#include "rtos/MemoryPool.h"
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#include "rtos/internal/mbed_rtos_storage.h"
#include "rtos/internal/mbed_rtos1_types.h"

View File

@ -26,7 +26,7 @@
#include <stdint.h>
#include <string.h>
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#include "rtos/internal/mbed_rtos1_types.h"
#include "rtos/internal/mbed_rtos_storage.h"
#include "platform/NonCopyable.h"

View File

@ -24,7 +24,7 @@
#define MUTEX_H
#include <stdint.h>
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#include "rtos/internal/mbed_rtos1_types.h"
#include "rtos/internal/mbed_rtos_storage.h"
#include "rtos/Kernel.h"

View File

@ -23,7 +23,7 @@
#ifndef QUEUE_H
#define QUEUE_H
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#include "rtos/internal/mbed_rtos1_types.h"
#include "rtos/internal/mbed_rtos_storage.h"
#include "rtos/Kernel.h"

View File

@ -25,7 +25,7 @@
#include <stdint.h>
#include <chrono>
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#include "rtos/internal/mbed_rtos1_types.h"
#include "rtos/internal/mbed_rtos_storage.h"
#include "rtos/Kernel.h"

View File

@ -26,7 +26,7 @@
#include <stdint.h>
#include "platform/mbed_toolchain.h"
#include "rtos/Kernel.h"
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
namespace rtos {
/** \addtogroup rtos-public-api */

View File

@ -24,7 +24,7 @@
#define THREAD_H
#include <stdint.h>
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#include "rtos/internal/mbed_rtos1_types.h"
#include "rtos/internal/mbed_rtos_storage.h"
#include "platform/Callback.h"

View File

@ -23,7 +23,7 @@
#ifndef RTOS_HANDLERS_H
#define RTOS_HANDLERS_H
#include "rtos/internal/mbed_rtos_types.h"
#include "rtos/mbed_rtos_types.h"
#ifdef __cplusplus
extern "C" {