kosmos/source/firmware/kernel/include/isr.h

16 lines
177 B
C
Raw Normal View History

2016-07-28 19:02:54 +00:00
/*
* isr.h
*
* Created on: Sep 25, 2015
* Author: tkl
*/
#ifndef ISR_H_
#define ISR_H_
2016-08-28 13:01:44 +00:00
#ifdef ARCH_STM32F4XX
#include "stm32f4xx_isr.h"
2016-07-28 19:02:54 +00:00
#endif
#endif /* ISR_H_ */