This commit is contained in:
Thomas Klaehn
2016-08-28 15:01:44 +02:00
parent fdc493fcef
commit 2df23ab567
4 changed files with 164 additions and 7 deletions

View File

@@ -8,8 +8,8 @@
#ifndef ISR_H_
#define ISR_H_
#ifdef ARCH_MSP430
#include "msp430_isr.h"
#ifdef ARCH_STM32F4XX
#include "stm32f4xx_isr.h"
#endif
#endif /* ISR_H_ */