Skip to content

Commit b4cdb47

Browse files
committed
remove module name
1 parent b09020f commit b4cdb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/led.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ end
138138
Sets the SenseHat LED matrix to all black.
139139
"""
140140
function led_clear()
141-
led_matrix()[:] = SenseHat.RGB565(0,0,0)
141+
led_matrix()[:] = RGB565(0,0,0)
142142
end
143143

144144
end # module

0 commit comments

Comments
 (0)