From: Jan "Yenya" Kasprzak Date: Fri, 10 May 2013 21:39:34 +0000 (+0200) Subject: control.c: adjust the lowest mode timing X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=tinyboard.git;a=commitdiff_plain;h=e6421ff2a4cecb87d997afff76dddc3eb1ba936a control.c: adjust the lowest mode timing --- diff --git a/projects/step-up/control.c b/projects/step-up/control.c index 97a23cb..bdfe53d 100644 --- a/projects/step-up/control.c +++ b/projects/step-up/control.c @@ -20,7 +20,7 @@ static pattern_t blink_pattern[] = { static pattern_t slow_pattern[] = { { 1, 0x1 }, - { 0, 0x10 }, + { 0, 0x18 }, PATTERN_END };