diff --git a/samples/basic/blinky/src/main.c b/samples/basic/blinky/src/main.c index cf2a54502e7..2ca87c23197 100644 --- a/samples/basic/blinky/src/main.c +++ b/samples/basic/blinky/src/main.c @@ -5,18 +5,10 @@ */ #include -#include #include #include -/* Change this if you have an LED connected to a custom port */ -#ifndef LED0_GPIO_CONTROLLER -#define LED0_GPIO_CONTROLLER LED0_GPIO_PORT -#endif - #define LED_PORT LED0_GPIO_CONTROLLER - -/* Change this if you have an LED connected to a custom pin */ #define LED LED0_GPIO_PIN /* 1000 msec = 1 sec */