Skip to content
Snippets Groups Projects
Commit fd2d2d10 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files
parents 0e715a7a b2d527a8
Branches
Tags
No related merge requests found
......@@ -91,9 +91,9 @@
/* Additional registers for watchdog timer post test */
#define CFG_DSPIC_TEST_ADDR (CFG_PERIPHERAL_BASE + GPT0_MASK1)
#define CFG_WATCHDOG_TIME_ADDR (CFG_PERIPHERAL_BASE + GPT0_MASK2)
#define CFG_WATCHDOG_FLAGS_ADDR (CFG_PERIPHERAL_BASE + GPT0_MASK1)
#define CFG_DSPIC_TEST_ADDR CFG_WATCHDOG_FLAGS_ADDR
#define CFG_WATCHDOG_MAGIC 0x12480000
#define CFG_WATCHDOG_MAGIC_MASK 0xFFFF0000
#define CFG_DSPIC_TEST_MASK 0x00000001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment