rt-thread/bsp/hpmicro/hpm6750evkmini/rtconfig_preinc.h
Man, Jianting (Meco) 055267f049
[compiler] 增加SConscript依赖标志 AddDepend (#6534)
* [compiler] 增加SConscript依赖标志 AddDepend

* RT_USING_NEWLIB->RT_USING_NEWLIBC RT_USING_ARM_LIBC->RT_USING_ARMLIBC

* 删除过时的板载测试例程

* [gd32] 移除无用的反汇编文件

* [bsp]移除老旧bsp中对RT_USING_NEWLIBC的手动宏定义
2022-10-25 00:01:37 -04:00

17 lines
317 B
C

#ifndef RTCONFIG_PREINC_H__
#define RTCONFIG_PREINC_H__
/* Automatically generated file; DO NOT EDIT. */
/* RT-Thread pre-include file */
#define D45
#define HAVE_CCONFIG_H
#define HPM6750
#define RT_USING_NEWLIBC
#define _POSIX_C_SOURCE 1
#define _REENT_SMALL
#define __RTTHREAD__
#endif /*RTCONFIG_PREINC_H__*/