X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fattiny%2Fao_exti.h;h=8b22458e2ccd672c04475020a1b686ef3968ad04;hp=2ea4f47d33421e112e5d0d0bfacdd5db7c62387f;hb=0448b9b638f8599633227a639ef9d8572780bbd9;hpb=5a55501660ebab3b858a48483c5df1cfb4e858e4 diff --git a/src/attiny/ao_exti.h b/src/attiny/ao_exti.h index 2ea4f47d..8b22458e 100644 --- a/src/attiny/ao_exti.h +++ b/src/attiny/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 @@ -30,5 +31,6 @@ ao_exti_setup_port(uint8_t pin, uint8_t mode, void (*callback)(void)); #define ao_exti_init() #define AO_EXTI_MODE_RISING 1 +#define AO_EXTI_PIN_NOCONFIGURE 0 #endif /* _AO_EXTI_H_ */