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 * @{