4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 01:07:18 +08:00

[components][ringbuffer]修复编译错误

This commit is contained in:
wdfk-prog 2024-06-24 10:07:52 +08:00 committed by Rbb666
parent 22b5e5fd7b
commit f61c7085f7

View File

@ -12,6 +12,7 @@
#include <rtdef.h>
#include <rtconfig.h>
#include <rtthread.h>
#ifdef __cplusplus
extern "C" {