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