diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-05 09:09:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-05 09:09:27 +0000 |
commit | 3988ae9c5e823117b2e5656f4f4f0e239cfc5859 (patch) | |
tree | a0a40256eff4cff9eb85afe2e82acf6f0c5660f1 /os/hal/osal/nil | |
parent | f5063b9072a799ef856733580a1e680c86e8269b (diff) | |
download | ChibiOS-3988ae9c5e823117b2e5656f4f4f0e239cfc5859.tar.gz ChibiOS-3988ae9c5e823117b2e5656f4f4f0e239cfc5859.tar.bz2 ChibiOS-3988ae9c5e823117b2e5656f4f4f0e239cfc5859.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7128 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/osal/nil')
-rw-r--r-- | os/hal/osal/nil/osal.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/os/hal/osal/nil/osal.h b/os/hal/osal/nil/osal.h index bc1557a39..080de71c8 100644 --- a/os/hal/osal/nil/osal.h +++ b/os/hal/osal/nil/osal.h @@ -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
* @{
|