engine_control/source/firmware/kernel/isr.h
2016-07-23 07:59:54 +02:00

16 lines
171 B
C

/*
* isr.h
*
* Created on: Sep 25, 2015
* Author: tkl
*/
#ifndef ISR_H_
#define ISR_H_
#ifdef ARCH_MSP430
#include "msp430_isr.h"
#endif
#endif /* ISR_H_ */