git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6496 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2013-11-19 14:57:31 +00:00
parent afdfd9880b
commit 4a8ab636b6
2 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#if (OSAL_ST_MODE != OSAL_ST_MODE_NONE) || defined(__DOXYGEN__) #if (OSAL_ST_MODE != OSAL_ST_MODE_NONE) || defined(__DOXYGEN__)
/*===========================================================================*/ /*===========================================================================*/
/* Driver local definitions. */ /* Driver local definitions. */
/*===========================================================================*/ /*===========================================================================*/

View File

@ -131,6 +131,12 @@
/* Module data structures and types. */ /* 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 #if 0
/** /**
* @brief Type of a system status word. * @brief Type of a system status word.