STM32: USB: endpoint buffer must be 4-bytes aligned
[bertos.git] / bertos / cpu / cortex-m3 / drv / irq_cm3.c
index d71876fe47c4efd700c54c6e9139c6915671182c..bbae832428fdd870274040234448f471eb7b2667 100644 (file)
  * \author Andrea Righi <arighi@develer.com>
  */
 
+#include "irq_cm3.h"
+
 #include <cfg/debug.h> /* ASSERT() */
 #include <cfg/log.h> /* LOG_ERR() */
 #include <cpu/irq.h>
-#include "irq_cm3.h"
 
 static void (*irq_table[NUM_INTERRUPTS])(void)
                        __attribute__((section("vtable")));