123456789101112131415161718192021222324252627 |
- /**************************************************************************//**
- * @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 ----------------------*/
|