Skip to content

Commit

Permalink
Merge branch 'generalizations' into efm32
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 18, 2012
2 parents 47c6969 + 0548317 commit becfbc7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cm3/vector.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <libopencm3/cm3/vector.h>

/* load optional platform dependent initialization routines */
#include "../dispatch/vector.c"
#include "../dispatch/vector_chipset.c"
/* load the weak symbols for IRQ_HANDLERS */
#include "../dispatch/vector_nvic.c"

Expand Down
4 changes: 2 additions & 2 deletions lib/dispatch/vector.c → lib/dispatch/vector_chipset.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if defined(STM32F4)
# include "../stm32/f4/vector.c"
# include "../stm32/f4/vector_chipset.c"

#elif defined(LPC43XX)
# include "../lpc43xx/vector.c"
# include "../lpc43xx/vector_chipset.c"

#else

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit becfbc7

Please sign in to comment.