Skip to content

Commit 6e1cc2b

Browse files
committed
Fix for the current use of platform-specific auxiliar definition files/modules
1 parent 91eddd9 commit 6e1cc2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

romfs/EK-LM3S6965.lua

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
-- returns true if the arg button is pressed, false otherwise
1616

1717
local pio = pio
18+
local lm3s = lm3s
1819

1920
module(...)
2021

romfs/EK-LM3S8962.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
-- returns true if the arg button is pressed, false otherwise
1616

1717
local pio = pio
18-
18+
local lm3s = lm3s
19+
1920
module(...)
2021

2122
BTN_UP = pio.PE_0

0 commit comments

Comments
 (0)