ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_target.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright (c) 2015, Freescale Semiconductor, Inc.
4  *
5 */
6 
7 /*!
8  * @file isf_target.h
9  * @brief ISF board support header files.
10  *
11  */
12 #ifndef ISF_TARGET_H_
13 #define ISF_TARGET_H_
14 // User config header file contains processor definition specific to the platform.
15 // Put it ahead of other header files.
16 //#include "user_config.h"
17 
18 // Mqx lite files.
19 #include "fsl_os_abstraction.h"
20 #include "Cpu.h"
21 
22 #endif //ISF_TARGET_H_
23 
24 
25