提交 1ac6bc6c 编写于 作者: B Bernard Xiong

[BSP] fix compiling issue in simulator for Linux

上级 cdf4c7e8
......@@ -17,7 +17,7 @@
#include <rtm.h>
#ifdef RT_USING_MODULE
static void rt_module_init_object_container(struct rt_module *module)
void rt_module_init_object_container(struct rt_module *module)
{
RT_ASSERT(module != RT_NULL);
......
......@@ -5,8 +5,6 @@
#include <rtthread.h>
#include <rtdevice.h>
#include <cpu_port.h>
/* uart driver */
struct console_uart
{
......@@ -110,10 +108,10 @@ static void * ThreadforKeyGet(void * lpParam)
#endif /* not _WIN32*/
{
/*
* left key() 0xe04b
* up key() 0xe048
* right key() 0xe04d
* down key() 0xe050
* left key(��)�� 0xe04b
* up key(��)�� 0xe048
* right key(��)�� 0xe04d
* down key(��)�� 0xe050
*/
unsigned char key;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册