diff options
| author | hathach <[email protected]> | 2023-09-27 17:52:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-27 17:52:18 +0700 |
| commit | 76c43a5bdc5394b1d4f5d8ce13968e31fe2b40fc (patch) | |
| tree | c88540e4a347111e7df80811e840b62380551ded /hw/bsp/nrf | |
| parent | 6dc64eaa28ab905063233895345ba3c1186b836d (diff) | |
| parent | 5b08a65ad2e695332d56bd4676841a91f34dd5b1 (diff) | |
Merge branch 'master' into add-max3421-esp32
Diffstat (limited to 'hw/bsp/nrf')
| -rw-r--r-- | hw/bsp/nrf/family.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/nrf/family.c b/hw/bsp/nrf/family.c index 3620bc8cc..631f53fcd 100644 --- a/hw/bsp/nrf/family.c +++ b/hw/bsp/nrf/family.c @@ -271,7 +271,7 @@ void nrf_error_cb(uint32_t id, uint32_t pc, uint32_t info) { void max3421_int_handler(nrfx_gpiote_pin_t pin, nrf_gpiote_polarity_t action) { if (!(pin == MAX3421_INTR_PIN && action == NRF_GPIOTE_POLARITY_HITOLO)) return; - tuh_int_handler(1); + tuh_int_handler(1, true); } static void max3421_init(void) { |
