cpu_conf_kinetis_v.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2017 Eistec AB
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser General
5  * Public License v2.1. See the file LICENSE in the top level directory for more
6  * details.
7  */
8 
21 #ifndef CPU_CONF_KINETIS_V_H
22 #define CPU_CONF_KINETIS_V_H
23 
24 #if (KINETIS_FAMILY == 2)
25 #if (KINETIS_SUBFAMILY == 2)
26 /* Put your vendor includes here */
27 #endif /* (KINETIS_SUBFAMILY == y) */
28 #endif /* (KINETIS_FAMILY == x) */
29 
30 #ifdef __cplusplus
31 extern "C"
32 {
33 #endif
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif /* CPU_CONF_KINETIS_V_H */
40