X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Firq.h;h=0d0d46861646dda34877b8971b16f0fc103b5573;hb=84c1846c483f7ddad5804c555c7e0d207f8d1ddc;hp=22d11e1fbedb1ae23514f4ffde30a6c6804b0fc3;hpb=e6339d49f97766bd1825d6f07ec44ec864d5ebfe;p=bertos.git diff --git a/bertos/cpu/irq.h b/bertos/cpu/irq.h index 22d11e1f..0d0d4686 100644 --- a/bertos/cpu/irq.h +++ b/bertos/cpu/irq.h @@ -252,10 +252,6 @@ #define IRQ_ASSERT_DISABLED() do {} while(0) #endif -// OBSOLETE names -#define ASSERT_IRQ_ENABLED() IRQ_ASSERT_ENABLED() -#define ASSERT_IRQ_DISABLED() IRQ_ASSERT_DISABLED() - /** * Execute \a CODE atomically with respect to interrupts. * @@ -269,6 +265,4 @@ IRQ_RESTORE(__flags); \ } while (0) - - #endif /* CPU_IRQ_H */