X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fao_arch.h;h=2b1da642ad5de023bcaf0cdff19c9f4b6fc88c4e;hb=291bcd751991960ae3dad8c6523323fdcbafa16d;hp=d626e830ee97bf4bdb7bf760ef2832fff698853a;hpb=ccf0faa7d26d56deca7928b521d07be40504466a;p=fw%2Faltos diff --git a/src/avr/ao_arch.h b/src/avr/ao_arch.h index d626e830..2b1da642 100644 --- a/src/avr/ao_arch.h +++ b/src/avr/ao_arch.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 @@ -41,6 +42,8 @@ #define AO_STACK_SIZE 116 #endif +#define AO_PORT_TYPE uint8_t + /* Various definitions to make GCC look more like SDCC */ #define ao_arch_naked_declare __attribute__((naked))