16 lines
171 B
C
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_ */
|