Skip to content

Commit 819ca55

Browse files
committed
Removed extraneous comment from the function
1 parent 8011992 commit 819ca55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC11XX/gpio_irq_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ void gpio_irq_free(gpio_irq_t *obj) {
6262
channel_ids[obj->ch] = 0;
6363
}
6464

65-
// This is basically complete, but non-functional as it needs to do something with obj at some point.
6665
void gpio_irq_set(gpio_irq_t *obj, gpio_irq_event event, uint32_t enable) {
6766
// TODO: Debug this to find out what data is put in the obj object at runtime...
6867

0 commit comments

Comments
 (0)