X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fao_pwmin.h;h=fcb5e267a063b7aeea154b8d5ab0d5895dbc92ff;hb=eaf2ee0f498b519d64e1664a2b8c66c52ac1497c;hp=8097d399bb6c099580f98741dd1e3366a868462b;hpb=7f664da148ae15d46d179d8ecede6fc0bc710ffb;p=fw%2Faltos diff --git a/src/avr/ao_pwmin.h b/src/avr/ao_pwmin.h index 8097d399..fcb5e267 100644 --- a/src/avr/ao_pwmin.h +++ b/src/avr/ao_pwmin.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 @@ -17,4 +18,4 @@ void ao_pwmin_init(void); -extern volatile __data uint16_t ao_icp3_count; +extern volatile uint16_t ao_icp3_count;