X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Flpc%2Fao_exti.h;h=75f2cf5fd7e7aeb11ca33d2bb34e7d0798908ddf;hb=c417ab1de2a083b5fcff2e081e4feb2a65887903;hp=cbe63eaae8c5c9a801af2d63d700a41cb94e3203;hpb=f5218e2544dcb659aec6c3adee50d61cab1bba3a;p=fw%2Faltos diff --git a/src/lpc/ao_exti.h b/src/lpc/ao_exti.h index cbe63eaa..75f2cf5f 100644 --- a/src/lpc/ao_exti.h +++ b/src/lpc/ao_exti.h @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,6 +26,7 @@ #define AO_EXTI_PRIORITY_LOW 16 #define AO_EXTI_PRIORITY_MED 0 #define AO_EXTI_PRIORITY_HIGH 32 +#define AO_EXTI_PIN_NOCONFIGURE 64 void ao_exti_setup(uint8_t gpio, uint8_t pin, uint8_t mode, void (*callback)());