aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ddb.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ddb.exp b/config/ddb.exp
index 71a1a3f..1be4324 100644
--- a/config/ddb.exp
+++ b/config/ddb.exp
@@ -64,7 +64,7 @@ proc ${board}_init { dest } {
}
timeout { }
-re "0x0" {
- count++
+ incr count
if(count<5) {
exp_continue
}