debug comments removed

pull/159/head
tkuyucu 2014-02-04 08:33:54 +01:00
parent 08c145aaa6
commit 1eba6888b4
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ static uint8_t channel_enabled[CHANNEL_NUM] = {0};
static uint32_t portRISE= 0;
static uint32_t portFALL= 0;
static gpio_irq_handler irq_handler;
/*
#ifdef __cplusplus
extern "C" {
#endif
@ -64,7 +64,7 @@ void GPIOTE_IRQHandler(void){
#ifdef __cplusplus
}
#endif
*/
int gpio_irq_init(gpio_irq_t *obj, PinName pin, gpio_irq_handler handler, uint32_t id) {
if (pin == NC) {
return -1;