28 lines
756 B
C
28 lines
756 B
C
/**************************************************************************//**
|
|
* @file HAL_device.h
|
|
* @brief CMSIS Cortex-M Peripheral Access Layer for HOLOCENE
|
|
* microcontroller devices
|
|
*
|
|
* This is a convenience header file for defining the part number on the
|
|
* build command line, instead of specifying the part specific header file.
|
|
*
|
|
* Example: Add "-TKM32F499" to your build options, to define part
|
|
* Add "#include "HAL_device.h" to your source files
|
|
*
|
|
*
|
|
* @version 1.5.0
|
|
*
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef __HAL_device_H
|
|
#define __HAL_device_H
|
|
|
|
|
|
|
|
#include "tk499.h"
|
|
|
|
|
|
#endif /* __HAL_device_H */
|
|
/*-------------------------(C) COPYRIGHT 2016 HOLOCENE ----------------------*/
|