diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-09-25 14:17:47 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-09-25 14:31:39 +0200 |
| commit | f46ff0f0760febc4d57becf3d3ddb90af300598f (patch) | |
| tree | 8cc66f17f7d696ddfc819b9799c20aaadec8078d /utils/hwstub/tools/lua/stmp.lua | |
| parent | b181c4963eb73e44f2febb5866ce8741ffefb6ce (diff) | |
| download | rockbox-f46ff0f0760febc4d57becf3d3ddb90af300598f.zip rockbox-f46ff0f0760febc4d57becf3d3ddb90af300598f.tar.gz rockbox-f46ff0f0760febc4d57becf3d3ddb90af300598f.tar.bz2 rockbox-f46ff0f0760febc4d57becf3d3ddb90af300598f.tar.xz | |
hwstub: add stmp i2c code
Change-Id: I6787e682a9e22cb34e6d94d25bf68d7575d784c4
Diffstat (limited to 'utils/hwstub/tools/lua/stmp.lua')
| -rw-r--r-- | utils/hwstub/tools/lua/stmp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/hwstub/tools/lua/stmp.lua b/utils/hwstub/tools/lua/stmp.lua index 18cb59d..807c18d 100644 --- a/utils/hwstub/tools/lua/stmp.lua +++ b/utils/hwstub/tools/lua/stmp.lua @@ -76,4 +76,5 @@ if STMP.info.chip ~= nil then require "stmp/lcdif" require "stmp/pwm" require "stmp/clkctrl" + require "stmp/i2c" end
\ No newline at end of file |