kosmos/source/firmware/kernel/include/isr.h
Thomas Klaehn 2df23ab567 wip
2016-08-28 15:01:44 +02:00

16 lines
177 B
C

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