aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Otto2010-05-11 22:00:55 +0200
committerThomas Otto2010-05-11 22:03:30 +0200
commit3dfeb30b41a1a18af1decdb938799a394129f1cc (patch)
tree66698dfac82fa31647563d0d79a06569a6b3c1c7 /include
parentd08ee7e33315e21d7b1d6ade1cabbcdf4616108c (diff)
Deleted double definition IWDG_PR_DIV256.
Diffstat (limited to 'include')
-rw-r--r--include/libopenstm32/iwdg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libopenstm32/iwdg.h b/include/libopenstm32/iwdg.h
index 6665fea..a088339 100644
--- a/include/libopenstm32/iwdg.h
+++ b/include/libopenstm32/iwdg.h
@@ -56,7 +56,8 @@
#define IWDG_PR_DIV64 0x4
#define IWDG_PR_DIV128 0x5
#define IWDG_PR_DIV256 0x6
-#define IWDG_PR_DIV256 0x7
+/* double definition */
+/* #define IWDG_PR_DIV256 0x7 */
/* --- IWDG_RLR values ----------------------------------------------------- */