X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=tinyboard.git;a=blobdiff_plain;f=projects%2Frgb-led-light%2Fmain.c;fp=projects%2Frgb-led-light%2Fmain.c;h=223e58fc87370195a62b468a37facf63d7b7980e;hp=bac7ecb98abf1c1bf2502d952b0bc481c5ed6a8f;hb=aebe03ad223d877fed3f27fb4a3f459e2c947670;hpb=bef9810616d00608c733505e463a1a43617ad23f 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();