git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6496 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
afdfd9880b
commit
4a8ab636b6
|
@ -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. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue