26 lines
634 B
C
26 lines
634 B
C
/*
|
|
* @Author : stark1898y 1658608470@qq.com
|
|
* @Date : 2024-07-19 13:49:53
|
|
* @LastEditors : stark1898y 1658608470@qq.com
|
|
* @LastEditTime : 2024-07-19 13:50:03
|
|
* @FilePath : \JT-DT-YD4N02A_RTT_MRS\rt-thread\rtconfig_preinc.h
|
|
* @Description :
|
|
*
|
|
* Copyright (c) 2024 by yzy, All Rights Reserved.
|
|
*/
|
|
|
|
#ifndef RTCONFIG_PREINC_H__
|
|
#define RTCONFIG_PREINC_H__
|
|
|
|
/* Automatically generated file; DO NOT EDIT. */
|
|
/* RT-Thread pre-include file */
|
|
|
|
#define HAVE_CCONFIG_H
|
|
#define RT_USING_LIBC
|
|
#define RT_USING_NEWLIB
|
|
#define _POSIX_C_SOURCE 1
|
|
#define __RTTHREAD__
|
|
#define _REENT_SMALL
|
|
|
|
#endif /*RTCONFIG_PREINC_H__*/
|