summaryrefslogtreecommitdiff
path: root/ports/litex
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-12-01 20:01:14 -0500
committerDan Halbert <halbert@halwitz.org>2020-12-01 20:01:14 -0500
commit8b7c23c1ee5d3fbfbda9116d6689e99f44e3b95a (patch)
tree52d4423b7bc48524d609abc6f2c7391c41fb8009 /ports/litex
parent28d9e9186e6a9a153217535bd2d9f144672846bb (diff)
address review comments
Diffstat (limited to 'ports/litex')
-rw-r--r--ports/litex/common-hal/microcontroller/Processor.c2
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;
}