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.