diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-06 08:32:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-06 08:32:23 +0000 |
commit | 3de2787120ab8a2cfa759b8fe5ded357df45b41e (patch) | |
tree | 485853a1ed4759450c1b095568a4f8f2a21926cf | |
parent | 0b2bee12e5be09c2204883b69218932f319f2317 (diff) | |
download | ChibiOS-3de2787120ab8a2cfa759b8fe5ded357df45b41e.tar.gz ChibiOS-3de2787120ab8a2cfa759b8fe5ded357df45b41e.tar.bz2 ChibiOS-3de2787120ab8a2cfa759b8fe5ded357df45b41e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7139 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/osal/nil/osal.h | 4 | ||||
-rw-r--r-- | os/hal/osal/rt/osal.h | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/os/hal/osal/nil/osal.h b/os/hal/osal/nil/osal.h index 080de71c8..77afc18eb 100644 --- a/os/hal/osal/nil/osal.h +++ b/os/hal/osal/nil/osal.h @@ -135,10 +135,6 @@ /* Module data structures and types. */
/*===========================================================================*/
-/* Temporary types provided for ChibiOS 2.x compatibility.*/
-typedef bool bool_t;
-#define OSAL_FREQUENCY OSAL_ST_FREQUENCY
-
#if 0
/**
* @brief Type of a system status word.
diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h index 1ab624f37..ef2104548 100644 --- a/os/hal/osal/rt/osal.h +++ b/os/hal/osal/rt/osal.h @@ -131,13 +131,6 @@ /* Module data structures and types. */
/*===========================================================================*/
-/* Temporary types provided for ChibiOS 2.x compatibility.*/
-typedef io_queue_t GenericQueue;
-typedef input_queue_t InputQueue;
-typedef output_queue_t OutputQueue;
-typedef bool bool_t;
-#define OSAL_FREQUENCY OSAL_ST_FREQUENCY
-
#if 0
/**
* @brief Type of a system status word.
|