diff --git a/createdTasks/skeleton.c b/createdTasks/skeleton.c
index 5dfac1f1295a7eca023c10e2ed61c5f99001ecde..af0772cfc063bbb7b150ddf3d1871912185981f2 100644
--- a/createdTasks/skeleton.c
+++ b/createdTasks/skeleton.c
@@ -1,7 +1,7 @@
 #include "pico/stdlib.h"
-
-const uint ledPin = 14;
-const uint pushButtonPin = 13;
+//find the pin that you used for the led and the push button and insert it here 
+const uint ledPin 
+const uint pushButtonPin 
 
 // TODO: Define a function to get the push button pin
 bool getLogicState() {