We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc0bbb commit db71258Copy full SHA for db71258
components/drivers/audio/audio_pipe.h
@@ -12,7 +12,6 @@
12
/**
13
* Pipe Device
14
*/
15
-#include <rtthread.h>
16
#include <rtdevice.h>
17
18
#ifndef RT_PIPE_BUFSZ
@@ -71,6 +70,6 @@ rt_err_t rt_audio_pipe_detach(struct rt_audio_pipe *pipe);
71
70
#ifdef RT_USING_HEAP
72
rt_err_t rt_audio_pipe_create(const char *name, rt_int32_t flag, rt_size_t size);
73
void rt_audio_pipe_destroy(struct rt_audio_pipe *pipe);
74
-#endif
75
+#endif /* RT_USING_HEAP */
76
+#endif /* __AUDIO_PIPE_H__ */
0 commit comments