Make systesetreq typos read sysresetreq instead

Signed-off-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Peter Stuge
2010-10-24 16:28:48 +02:00
committed by Øyvind Harboe
parent e7d26173fc
commit f176278e98
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ $_TARGETNAME configure -event reset-start {
set device_class [expr (([mrw 0x400fe000] >> 16) & 0xff)]
if {$device_class == 0 || $device_class == 1 || $device_class == 3} {
# Sandstorm, Fury and DustDevil are able to use NVIC SYSRESETREQ
cortex_m3 reset_config systesetreq
cortex_m3 reset_config sysresetreq
} else {
# Tempest and newer default to using NVIC VECTRESET
# this does mean a reset-init event handler is required to reset