28 lines
597 B
C
28 lines
597 B
C
/***
|
|
* @Author: mbw
|
|
* @Date: 2024-08-30 14:49:07
|
|
* @LastEditors: mbw && 1600520629@qq.com
|
|
* @LastEditTime: 2024-09-05 15:24:19
|
|
* @FilePath: \USART1_Interrupt - RT-Thread\LIB\perf_counter\rtconfig_preinc.h
|
|
* @Description:
|
|
* @
|
|
* @Copyright (c) 2024 by ${git_name_email}, 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__
|
|
|
|
|
|
#endif /*RTCONFIG_PREINC_H__*/
|