From aebe03ad223d877fed3f27fb4a3f459e2c947670 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Wed, 13 Apr 2016 17:33:26 +0200 Subject: [PATCH] rgb-red-light: fixup (mode 2 has been left out from testing) --- projects/rgb-led-light/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rgb-led-light/main.c b/projects/rgb-led-light/main.c index bac7ecb..223e58f 100644 --- a/projects/rgb-led-light/main.c +++ b/projects/rgb-led-light/main.c @@ -162,7 +162,7 @@ int main(void) PORTB |= _BV(PB0) | _BV(PB3) | _BV(PB4); // pull-ups for buttons - state = 2; + state = 0; sei(); -- 2.39.3