From 58ef339d7159685f33152b166bc4146c43199dfd Mon Sep 17 00:00:00 2001 From: Rihards Skuja Date: Mon, 18 Dec 2017 19:46:10 +0200 Subject: [PATCH] Set correct port for LED --- include/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/io.h b/include/io.h index a5ac84a..3239a25 100644 --- a/include/io.h +++ b/include/io.h @@ -4,7 +4,7 @@ /* DS18B20+ is configured in DS18B20 library */ /* Signal LED */ -#define LED_1 PD2 +#define LED_1 PD3 /* Servo motors */ #define SERVO_L_PIN PB1