altos/stmf0: Allow apps to leave interrupt vectors at 0
[fw/altos] / src / stmf0 / ao_interrupt.c
index 794124834b13c7e74777f33f5aa47c5df8396f35..fcd330f1b5aafc6620075ecfad98ad40a3be6aa6 100644 (file)
 #define IS_FLASH_LOADER        0
 #endif
 
+#ifndef RELOCATE_INTERRUPT
 #if !IS_FLASH_LOADER
 #define RELOCATE_INTERRUPT     1
 #endif
+#endif
 
 extern void main(void);
 extern char __stack__;