Removed extraneous comment from the function

pull/17/head
Matthew Else 2013-07-23 14:21:40 +01:00
parent 8011992021
commit 819ca5547c
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ void gpio_irq_free(gpio_irq_t *obj) {
channel_ids[obj->ch] = 0;
}
// This is basically complete, but non-functional as it needs to do something with obj at some point.
void gpio_irq_set(gpio_irq_t *obj, gpio_irq_event event, uint32_t enable) {
// TODO: Debug this to find out what data is put in the obj object at runtime...