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

This commit is contained in:
gdisirio 2014-08-05 09:09:27 +00:00
parent f5063b9072
commit 3988ae9c5e
1 changed files with 0 additions and 7 deletions

View File

@ -232,13 +232,6 @@ typedef struct {
/* Module macros. */
/*===========================================================================*/
/* Temporary names provided for ChibiOS 2.x compatibility.*/
#define osalQueueInit osalThreadQueueObjectInit
#define osalQueueWakeupAllI osalThreadDequeueAllI
#define osalQueueWakeupOneI osalThreadDequeueNextI
#define osalQueueGoSleepTimeoutS osalThreadEnqueueTimeoutS
#define osalEventInit osalEventObjectInit
/**
* @name Debug related macros
* @{