Explorar el Código

Jumps change back to jumpr. because example supports esp32 only.

Dmitry hace 6 años
padre
commit
845b2d1cfe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/system/ulp/main/ulp/pulse_cnt.S

+ 1 - 1
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)