mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 02:06:14 +08:00
[bsp][renesas] Add HMI rw007 initialization configuration by default
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
* 2023-11-20 Shell Add cond var API in kernel
|
||||
*/
|
||||
|
||||
#ifndef __LWP_TERMINAL_CONDVAR_H__
|
||||
#define __LWP_TERMINAL_CONDVAR_H__
|
||||
#ifndef IPC_CONDVAR_H__
|
||||
#define IPC_CONDVAR_H__
|
||||
|
||||
#include <rtthread.h>
|
||||
|
||||
@@ -35,4 +35,4 @@ rt_inline void rt_condvar_detach(rt_condvar_t cv)
|
||||
return ;
|
||||
}
|
||||
|
||||
#endif /* __LWP_TERMINAL_CONDVAR_H__ */
|
||||
#endif /* IPC_CONDVAR_H__ */
|
||||
|
||||
Reference in New Issue
Block a user