rtconfig_preinc.h 312 B

123456789101112131415
  1. #ifndef RTCONFIG_PREINC_H__
  2. #define RTCONFIG_PREINC_H__
  3. /* Automatically generated file; DO NOT EDIT. */
  4. /* RT-Thread pre-include file */
  5. #define HAVE_CCONFIG_H
  6. #define RT_USING_LIBC
  7. #define RT_USING_NEWLIB
  8. #define USE_HAL_DRIVER
  9. #define _POSIX_C_SOURCE 1
  10. #define __RTTHREAD__
  11. #endif /*RTCONFIG_PREINC_H__*/