mirror of https://github.com/ARMmbed/mbed-os.git
fix(hal-watchdog): Remove 'RESET_REASON' flags from unsupported devices
parent
544eb82a47
commit
8baae2475a
|
@ -1751,7 +1751,6 @@
|
|||
"PORTIN",
|
||||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"RESET_REASON",
|
||||
"PWMOUT",
|
||||
"SERIAL",
|
||||
"SLEEP",
|
||||
|
@ -6776,7 +6775,6 @@
|
|||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"PWMOUT",
|
||||
"RESET_REASON",
|
||||
"SERIAL",
|
||||
"SERIAL_ASYNCH",
|
||||
"SERIAL_FC",
|
||||
|
@ -6879,7 +6877,6 @@
|
|||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"PWMOUT",
|
||||
"RESET_REASON",
|
||||
"SERIAL",
|
||||
"SERIAL_ASYNCH",
|
||||
"SERIAL_FC",
|
||||
|
|
Loading…
Reference in New Issue