From 845b2d1cfec7bf78e61fa1bc7831491cd318c999 Mon Sep 17 00:00:00 2001 From: Dmitry <> Date: Mon, 18 Nov 2019 21:26:49 +0300 Subject: [PATCH] Jumps change back to jumpr. because example supports esp32 only. --- examples/system/ulp/main/ulp/pulse_cnt.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/system/ulp/main/ulp/pulse_cnt.S b/examples/system/ulp/main/ulp/pulse_cnt.S index 55f21a0ba..774375e2a 100644 --- a/examples/system/ulp/main/ulp/pulse_cnt.S +++ b/examples/system/ulp/main/ulp/pulse_cnt.S @@ -75,7 +75,7 @@ entry: * Check which IO this is. */ move r0, r3 - jumps read_io_high, 16, ge + jumpr read_io_high, 16, ge /* Read the value of lower 16 RTC IOs into R0 */ READ_RTC_REG(RTC_GPIO_IN_REG, RTC_GPIO_IN_NEXT_S, 16)