From 23066e1b6469a35dd8627b209e50bcf6745765de Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 20 Aug 2015 17:19:49 +0100 Subject: * msp430/crt0.S: Remove watchdog disabling code. --- libgloss/msp430/crt0.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'libgloss/msp430/crt0.S') diff --git a/libgloss/msp430/crt0.S b/libgloss/msp430/crt0.S index 375d47639..5c84e7c0b 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 -- cgit v1.2.3