Added first half of RE'd user_interface.c
This commit is contained in:
parent
3e5af479bc
commit
8c9a77efe8
20 changed files with 745 additions and 30 deletions
|
|
@ -58,7 +58,7 @@ uint8_t sdk_rtc_get_reset_reason(void) {
|
|||
}
|
||||
}
|
||||
}
|
||||
RTC.RESET_REASON0 &= ~RTC_RESET_REASON0_SOMETHING;
|
||||
RTC.RESET_REASON0 &= ~RTC_RESET_REASON0_BIT21;
|
||||
return reason;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue