We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8011992 commit 819ca55Copy full SHA for 819ca55
libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC11XX/gpio_irq_api.c
@@ -62,7 +62,6 @@ void gpio_irq_free(gpio_irq_t *obj) {
62
channel_ids[obj->ch] = 0;
63
}
64
65
-// This is basically complete, but non-functional as it needs to do something with obj at some point.
66
void gpio_irq_set(gpio_irq_t *obj, gpio_irq_event event, uint32_t enable) {
67
// TODO: Debug this to find out what data is put in the obj object at runtime...
68
0 commit comments