From 3de2787120ab8a2cfa759b8fe5ded357df45b41e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 6 Aug 2014 08:32:23 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7139 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/osal/nil/osal.h | 4 ---- os/hal/osal/rt/osal.h | 7 ------- 2 files changed, 11 deletions(-) (limited to 'os') 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. -- cgit v1.2.3