提交 b6f4d3f6 编写于 作者: S ssslady

qemu

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@92 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 d5e14d93
......@@ -20,6 +20,19 @@
#include "finsh.h"
/*
* Add by caoxl 2009-10-14
*
*/
#ifdef QEMU_CAOXL
#define memcpy(a,b,c) rt_memcpy(a,b,c)
extern char rt_serial_getc(void);
#endif
#define FINSH_USING_HISTORY
#if defined(__CC_ARM) /* ARMCC compiler */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册