File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1717#include <rtm.h>
1818
1919#ifdef RT_USING_MODULE
20- static void rt_module_init_object_container (struct rt_module * module )
20+ void rt_module_init_object_container (struct rt_module * module )
2121{
2222 RT_ASSERT (module != RT_NULL );
2323
Original file line number Diff line number Diff line change 55#include <rtthread.h>
66#include <rtdevice.h>
77
8- #include <cpu_port.h>
9-
108/* uart driver */
119struct console_uart
1210{
@@ -110,10 +108,10 @@ static void * ThreadforKeyGet(void * lpParam)
110108#endif /* not _WIN32*/
111109{
112110 /*
113- * left key(¡û)£º 0xe04b
114- * up key(¡ü)£º 0xe048
115- * right key(¡ú)£º 0xe04d
116- * down key(¡ý)£º 0xe050
111+ * left key(��)�� 0xe04b
112+ * up key(��)�� 0xe048
113+ * right key(��)�� 0xe04d
114+ * down key(��)�� 0xe050
117115 */
118116 unsigned char key ;
119117
You can’t perform that action at this time.
0 commit comments