diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2013-07-18 23:55:35 +0200 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2013-11-24 00:10:36 +0100 |
| commit | 8e633385912494ff5e871ec4c264d3a7db46fb98 (patch) | |
| tree | a8d6b23861969b7df72bb79695ad742082ce2b02 /utils/hwstub/tools/lua/load.lua | |
| parent | 1ed57aaa5049d2bbe4e94bed6674bd405e98a4a5 (diff) | |
| download | rockbox-8e633385912494ff5e871ec4c264d3a7db46fb98.zip rockbox-8e633385912494ff5e871ec4c264d3a7db46fb98.tar.gz rockbox-8e633385912494ff5e871ec4c264d3a7db46fb98.tar.bz2 rockbox-8e633385912494ff5e871ec4c264d3a7db46fb98.tar.xz | |
hwstub rk27xx port
Change-Id: I85ac57117911544b65ccd56eb16303e30be67cab
Diffstat (limited to 'utils/hwstub/tools/lua/load.lua')
| -rw-r--r-- | utils/hwstub/tools/lua/load.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/hwstub/tools/lua/load.lua b/utils/hwstub/tools/lua/load.lua index 24c0f6b..2875b74 100644 --- a/utils/hwstub/tools/lua/load.lua +++ b/utils/hwstub/tools/lua/load.lua @@ -3,4 +3,5 @@ package.path = string.sub(string.gsub(debug.getinfo(1).source, "load.lua", "?.lu if hwstub.dev.target.id == hwstub.dev.target.STMP then require "stmp" end -require "dumper"
\ No newline at end of file + +require "dumper" |