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

This commit is contained in:
Dmitry
2019-11-18 21:26:49 +03:00
parent 1518c410bc
commit 845b2d1cfe

View File

@@ -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)