add group setting on freemodbus, rtgui; fix finsh shell cmd data conversion issue.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@645 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2010-04-19 04:43:15 +00:00
parent 0c567e922f
commit a141589522
4 changed files with 51 additions and 11 deletions
+3
View File
@@ -17,6 +17,9 @@ if rtconfig.RT_USING_DFS:
if rtconfig.RT_USING_LWIP:
objs = objs + SConscript('net/lwip/SConscript')
if rtconfig.RT_USING_MODBUS:
objs = objs + SConscript('net//freemodbus/SConscript')
if rtconfig.RT_USING_RTGUI:
objs = objs + SConscript('rtgui/SConscript')