From 5b2ef9def765f5bfde371bff0f811c9d9cc8d682 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Sun, 11 Nov 2012 21:21:14 +0100 Subject: [PATCH] num_pattern: longer delay --- firmware/pattern.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/firmware/pattern.c b/firmware/pattern.c index 989009e..fa885cb 100644 --- a/firmware/pattern.c +++ b/firmware/pattern.c @@ -56,23 +56,23 @@ pattern_t boot_pattern[] = { pattern_t pattern_num[] = { { 1, 0x1 }, /* 10 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 9 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 8 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 7 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 6 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 5 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 4 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 3 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 2 */ - { 0, 0x4 }, + { 0, 0x5 }, { 1, 0x1 }, /* 1 */ { 0, 0x1F }, PATTERN_END -- 2.39.3