Skip to content

Commit

Permalink
remove module name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed May 8, 2017
1 parent b09020f commit b4cdb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/led.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ end
Sets the SenseHat LED matrix to all black.
"""
function led_clear()
led_matrix()[:] = SenseHat.RGB565(0,0,0)
led_matrix()[:] = RGB565(0,0,0)
end

end # module

0 comments on commit b4cdb47

Please sign in to comment.