CIU32_L051_M307R/LIB/perf_counter/rtconfig_preinc.h

28 lines
661 B
C

/***
* @Author: mbw
* @Date: 2024-08-30 14:49:07
* @LastEditors: mbw && 1600520629@qq.com
* @LastEditTime: 2024-08-30 16:15:17
* @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__
#include "user_rtt.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 __perf_counter_printf__ RTT_LOG_I
#endif /*RTCONFIG_PREINC_H__*/