kopia lustrzana https://github.com/jgromes/RadioLib
[HAL] Fix RPiPico detach interrupt (#1558)
rodzic
d05dbf07d1
commit
1dfd194c9c
|
@ -77,7 +77,7 @@ public:
|
|||
return;
|
||||
}
|
||||
|
||||
gpio_set_irq_enabled_with_callback(interruptNum, 0, false, NULL);
|
||||
gpio_set_irq_enabled_with_callback(interruptNum, GPIO_IRQ_EDGE_RISE | GPIO_IRQ_EDGE_FALL, false, NULL);
|
||||
}
|
||||
|
||||
void delay(unsigned long ms) override {
|
||||
|
|
Ładowanie…
Reference in New Issue