[bsp][renesas] Add HMI rw007 initialization configuration by default

This commit is contained in:
Yuqiang Wang
2024-04-13 13:32:30 +08:00
committed by Rbb666
parent e88bb51fb5
commit c6d20e47ac
6 changed files with 170 additions and 46 deletions
+3 -3
View File
@@ -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__ */