aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal/rt/osal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/osal/rt/osal.h')
-rw-r--r--os/hal/osal/rt/osal.h7
1 files changed, 0 insertions, 7 deletions
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.