HAL_device.h 756 B

123456789101112131415161718192021222324252627
  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. #ifndef __HAL_device_H
  18. #define __HAL_device_H
  19. #include "tk499.h"
  20. #endif /* __HAL_device_H */
  21. /*-------------------------(C) COPYRIGHT 2016 HOLOCENE ----------------------*/