]> granicus.if.org Git - esp-idf/commit
bugfix(GPIO): Fixed the bug that GPIO enables interrupts on one core,
authorkooho <2229179028@qq.com>
Thu, 18 Jul 2019 03:34:49 +0000 (11:34 +0800)
committerkooho <2229179028@qq.com>
Mon, 29 Jul 2019 11:22:59 +0000 (19:22 +0800)
commitf6a9f76401c4259d5c56f34ec90ea98d2fa54385
tree7f08889d23ee5dbff52655d7d9110e03fd18610c
parent3ce3c4f54c2daa8825d12aa52544fcb7a2bd1053
bugfix(GPIO): Fixed the bug that GPIO enables interrupts on one core,
              but registers interrupt service routines on another core for release/v3.2
components/driver/gpio.c
components/driver/test/test_gpio.c