1 /**************************************************************************//**
2 * @file HAL_device.h
3 * @brief CMSIS Cortex-M Peripheral Access Layer for HOLOCENE
4 *        microcontroller devices
5 *
6 * This is a convenience header file for defining the part number on the
7 * build command line, instead of specifying the part specific header file.
8 *
9 * Example: Add "-TKM32F499" to your build options, to define part
10 *          Add "#include "HAL_device.h" to your source files
11 *
12 *
13 * @version 1.5.0
14 *
15 *
16 *****************************************************************************/
17 
18 #ifndef __HAL_device_H
19 #define __HAL_device_H
20 
21 
22 
23 #include "tk499.h"
24 
25 
26 #endif /* __HAL_device_H */
27 /*-------------------------(C) COPYRIGHT 2016 HOLOCENE ----------------------*/
28