18 lines
382 B
C
18 lines
382 B
C
/***
|
|
* @Author: mbw
|
|
* @Date: 2024-08-30 11:34:58
|
|
* @LastEditors: mbw && 1600520629@qq.com
|
|
* @LastEditTime: 2024-09-05 13:45:16
|
|
* @FilePath: \USART1_Interrupt - RT-Thread\LIB\RTT\user_rtt.h
|
|
* @Description:
|
|
* @
|
|
* @Copyright (c) 2024 by ${git_name_email}, All Rights Reserved.
|
|
*/
|
|
#ifndef _USER_RTT_H_
|
|
#define _USER_RTT_H_
|
|
#include "SEGGER_RTT.h"
|
|
|
|
|
|
|
|
#endif // !_USER_RTT_H_
|