engine_control/source/firmware/kernel/isr.h

16 lines
171 B
C
Raw Normal View History

2016-07-23 05:59:54 +00:00
/*
* 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_ */