Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347985
b: refs/heads/master
c: e16cfb9
h: refs/heads/master
i:
  347983: 689cbb8
v: v3
  • Loading branch information
Tom Mingarelli authored and Wim Van Sebroeck committed Dec 19, 2012
1 parent f75dc32 commit b9215a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2c4e4b2696287671723ef986f0db23cf4f52f15
refs/heads/master: e16cfb9d38541bf1591c2e0ca64a562074e25f72
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/hpwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#endif /* CONFIG_HPWDT_NMI_DECODING */
#include <asm/nmi.h>

#define HPWDT_VERSION "1.3.0"
#define HPWDT_VERSION "1.3.1"
#define SECS_TO_TICKS(secs) ((secs) * 1000 / 128)
#define TICKS_TO_SECS(ticks) ((ticks) * 128 / 1000)
#define HPWDT_MAX_TIMER TICKS_TO_SECS(65535)
Expand Down

0 comments on commit b9215a7

Please sign in to comment.