Changed variable name

This commit is contained in:
2015-07-09 16:25:28 +02:00
parent 56710c1b46
commit 6dda54928c
+1 -1
View File
@@ -25,7 +25,7 @@ public class Button {
private void setLed()
{
if(Window.ON_RASP)
if(Window.ON_ARCADE)
{
ntw.setLed(ledID, color.getGreen(), color.getRed(), color.getBlue());
ntw.show();