still target aborts

This commit is contained in:
Markus Fröschle
2013-11-10 18:11:33 +00:00
parent 110367ad73
commit 44361ab1a1
5 changed files with 97 additions and 45 deletions

View File

@@ -77,4 +77,5 @@
#define INT_SOURCE_GPT0 62 // GPT0 timer interrupt
extern int register_interrupt_handler(uint8_t priority, uint8_t intr, void (*func)());
#endif /* _INTERRUPTS_H_ */