X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fao_arch.h;h=2b1da642ad5de023bcaf0cdff19c9f4b6fc88c4e;hb=b1f1a4513391aa595eb64552f2aa4cfedd0cc0ff;hp=d626e830ee97bf4bdb7bf760ef2832fff698853a;hpb=a46c9398a5f02ff4b52b7a4309a51498560cadb5;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))