diff --git a/examples/Leds/Leds.ino b/examples/Leds/Leds.ino
index 56e91b9..fc6e1fc 100644
--- a/examples/Leds/Leds.ino
+++ b/examples/Leds/Leds.ino
@@ -1,7 +1,7 @@
 void setup() {
   // put your setup code here, to run once:
   pinMode(LEDR, OUTPUT);
-  ledblue_obj.start();
+  ledblue.start();
 }
 
 void loop() {