aboutsummaryrefslogtreecommitdiff
path: root/libgloss/msp430
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/msp430')
-rw-r--r--libgloss/msp430/crt0.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgloss/msp430/crt0.S b/libgloss/msp430/crt0.S
index 375d476..5c84e7c 100644
--- a/libgloss/msp430/crt0.S
+++ b/libgloss/msp430/crt0.S
@@ -59,8 +59,6 @@ START_CRT_FUNC 0000 start
#endif
mov_ #__stack, R1
- ;; Disable watchdog timer.
- MOV #0x5a80, &0x15C
END_CRT_FUNC start
#endif