X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fao_pwmin.h;h=fcb5e267a063b7aeea154b8d5ab0d5895dbc92ff;hb=c4b8aff07d5366cef2c7209729f6cd22fa67de0c;hp=bbab4ddc1c44fa042ea26c1bd6c609d81e45d51b;hpb=e93c6bcc799d76d4ff425815e2601a25e6796229;p=fw%2Faltos diff --git a/src/avr/ao_pwmin.h b/src/avr/ao_pwmin.h index bbab4ddc..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 @@ -16,3 +17,5 @@ */ void ao_pwmin_init(void); + +extern volatile uint16_t ao_icp3_count;