summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 20:02:24 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 20:02:24 -0500
commit22d19c0d2a9d56ad560b44cfcb65b69bf4ca278c (patch)
treef9441bbf2843b341c1f2c875f1801b0af0b65241 /flash.c
parent4d3d806f59d13d8965fd0488cf63fc4aca7553d9 (diff)
startup timer
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.c b/flash.c
index 391d781..a2fcdc3 100644
--- a/flash.c
+++ b/flash.c
@@ -317,7 +317,7 @@ static void initFlashValues(FlashStruct *mem)
base_number=11;
mem->flash_start=1;
- mem->turn_on_dly=5
+ mem->turn_on_dly=5;
mem->logic_level_enabled=0;
mem->ChanKey_logic_level=0;