Fix tx interrupt in init. Enable tx and rx interrupt in _enableirq function. Add...
[bertos.git] / cpu / arm / io / at91.h
index c16bfdf48bfa88685954f92d6087a53e62cdebeb..840fb59adf5aacfb33aeb0a0a6d26e52fe5f1809 100644 (file)
@@ -77,7 +77,7 @@
 
 /**
  * Interrupt entry point.
- * Needed because AT91 uses an Interrupt Controlled with auto-vectoring.
+ * Needed because AT91 uses an Interrupt Controller with auto-vectoring.
  */
 #define IRQ_ENTRY() \
        asm volatile("sub   lr, lr,#4"          "\n\t"  /* Adjust LR */ \
@@ -87,7 +87,7 @@
 
 /**
  * Interrupt exit.
- * Needed because AT91 uses an Interrupt Controlled with auto-vectoring.
+ * Needed because AT91 uses an Interrupt Controller with auto-vectoring.
  */
 #define IRQ_EXIT() \
        asm volatile("ldmfd sp!, {r1}"          "\n\t"  /* Restore SPSR */ \