diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-12-01 20:01:14 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-12-01 20:01:14 -0500 |
| commit | 8b7c23c1ee5d3fbfbda9116d6689e99f44e3b95a (patch) | |
| tree | 52d4423b7bc48524d609abc6f2c7391c41fb8009 /ports/litex | |
| parent | 28d9e9186e6a9a153217535bd2d9f144672846bb (diff) | |
address review comments
Diffstat (limited to 'ports/litex')
| -rw-r--r-- | ports/litex/common-hal/microcontroller/Processor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/litex/common-hal/microcontroller/Processor.c b/ports/litex/common-hal/microcontroller/Processor.c index 013a7ca03..4d4f88288 100644 --- a/ports/litex/common-hal/microcontroller/Processor.c +++ b/ports/litex/common-hal/microcontroller/Processor.c @@ -66,5 +66,5 @@ void common_hal_mcu_processor_get_uid(uint8_t raw_id[]) { } mcu_reset_reason_t common_hal_mcu_processor_get_reset_reason(void) { - return RESET_REASON_POWER_ON; + return RESET_REASON_UNKNOWN; } |
