A GPS disciplined clock
Dependencies: net lpc1768 crypto clock web log
Diff: lpc1768-this/vectors.S
- Revision:
- 65:1412e3a1c5de
- Parent:
- 59:d2d25c2265f8
--- a/lpc1768-this/vectors.S Tue May 07 07:43:05 2019 +0000 +++ b/lpc1768-this/vectors.S Thu May 09 07:53:49 2019 +0000 @@ -11,7 +11,6 @@ IMPORT __main IMPORT DefaultHandler IMPORT HardFaultHandler - IMPORT WatchdogHandler IMPORT PpsHandler __Vectors DCD __initial_sp ; Top of Stack @@ -32,7 +31,7 @@ DCD DefaultHandler ; SysTick Handler ; External Interrupts - DCD WatchdogHandler ; Watchdog Timer + DCD DefaultHandler ; Watchdog Timer DCD DefaultHandler ; Timer0 DCD DefaultHandler ; Timer1 DCD DefaultHandler ; Timer2