From 4a8ab636b6063e9dea1c78892adf16a574d8b6dd Mon Sep 17 00:00:00 2001
From: gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>
Date: Tue, 19 Nov 2013 14:57:31 +0000
Subject: git-svn-id:
 svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6496
 35acf78f-673a-0410-8e92-d51de3d6d3f4

---
 os/hal/ports/STM32/TIMv1/st_lld.c | 1 -
 os/rt/osal/osal.h                 | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/os/hal/ports/STM32/TIMv1/st_lld.c b/os/hal/ports/STM32/TIMv1/st_lld.c
index 090b7a4fe..a8ef5896d 100644
--- a/os/hal/ports/STM32/TIMv1/st_lld.c
+++ b/os/hal/ports/STM32/TIMv1/st_lld.c
@@ -26,7 +26,6 @@
 
 #if (OSAL_ST_MODE != OSAL_ST_MODE_NONE) || defined(__DOXYGEN__)
 
-
 /*===========================================================================*/
 /* Driver local definitions.                                                 */
 /*===========================================================================*/
diff --git a/os/rt/osal/osal.h b/os/rt/osal/osal.h
index 4569d7c4f..868fca249 100644
--- a/os/rt/osal/osal.h
+++ b/os/rt/osal/osal.h
@@ -131,6 +131,12 @@
 /* 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;
+
 #if 0
 /**
  * @brief   Type of a system status word.
-- 
cgit v1.2.3