summaryrefslogtreecommitdiff
path: root/fw/fe310/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/test/main.c')
-rw-r--r--fw/fe310/test/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/test/main.c b/fw/fe310/test/main.c
index 9cab6f7..f7c85e5 100644
--- a/fw/fe310/test/main.c
+++ b/fw/fe310/test/main.c
@@ -82,7 +82,7 @@ void app_home_page(EVEWindow *window, EVEViewStack *stack) {
int main() {
uint8_t wakeup_cause = eos_power_wakeup_cause();
- int rst = (wakeup_cause == EVE_INIT_RST);
+ int rst = (wakeup_cause == EOS_PWR_WAKE_RST);
printf("\nREADY.\n");
printf("FREQ:%lu\n", PRCI_get_cpu_freq());