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

This commit is contained in:
gdisirio 2014-08-06 08:32:23 +00:00
parent 0b2bee12e5
commit 3de2787120
2 changed files with 0 additions and 11 deletions

View File

@ -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.

View File

@ -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.