Przeglądaj źródła

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

Dmitry 6 lat temu
rodzic
commit
845b2d1cfe
1 zmienionych plików z 1 dodań i 1 usunięć
  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.
 	 * Check which IO this is.
 	 */
 	 */
 	move r0, r3
 	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 the value of lower 16 RTC IOs into R0 */
 	READ_RTC_REG(RTC_GPIO_IN_REG, RTC_GPIO_IN_NEXT_S, 16)
 	READ_RTC_REG(RTC_GPIO_IN_REG, RTC_GPIO_IN_NEXT_S, 16)