mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
Jumps change back to jumpr. because example supports esp32 only.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user