2021-08-01 15:30:50 +08:00
|
|
|
|
|
|
|
#ifndef RTCONFIG_PREINC_H__
|
|
|
|
#define RTCONFIG_PREINC_H__
|
|
|
|
|
|
|
|
/* Automatically generated file; DO NOT EDIT. */
|
|
|
|
/* RT-Thread pre-include file */
|
|
|
|
|
|
|
|
#define HAVE_CCONFIG_H
|
2022-10-25 12:01:37 +08:00
|
|
|
#define RT_USING_NEWLIBC
|
2021-08-01 15:30:50 +08:00
|
|
|
#define STM32F746xx
|
|
|
|
#define USE_HAL_DRIVER
|
|
|
|
#define __RTTHREAD__
|
|
|
|
|
|
|
|
#endif /*RTCONFIG_PREINC_H__*/
|