Skip to content

Commit

Permalink
Reverting Watchdog Change
Browse files Browse the repository at this point in the history
  • Loading branch information
mochimodev committed Jul 3, 2019
1 parent 3738ba8 commit d144e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.h
Expand Up @@ -86,7 +86,7 @@
/* NEWYEAR trigger */
#define NEWYEAR(bnum) (get32(bnum) >= V23TRIGGER || get32(bnum+4) != 0)

#define WATCHTIME (BRIDGE*12+1) /* Default minimum watchdog time for -w switch */
#define WATCHTIME (BRIDGE*4+1) /* Default minimum watchdog time for -w switch */
#define BRIDGE 949 /* Trouble time -- Edit for testing */
#define TIMES_OF_TROUBLE() (Ltime >= Bridgetime \
&& Cblocknum[0] != 0xfe \
Expand Down

0 comments on commit d144e37

Please sign in to comment.