X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm-bringup%2Fbringup.c;h=30b442cdfd3948fa43e2f28a6af25e4ba3ca9c37;hp=c5fad4a320b975e87051fd44ba50201fcd7f438c;hb=7f46240dfc57164f0c1b0c4c4ed9695bca63860d;hpb=b8100ea5042013bb4eed67907b4e9d4e5c196df2 diff --git a/src/stm-bringup/bringup.c b/src/stm-bringup/bringup.c index c5fad4a3..30b442cd 100644 --- a/src/stm-bringup/bringup.c +++ b/src/stm-bringup/bringup.c @@ -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 @@ -250,7 +251,7 @@ serial_string(char *string) outbyte(c); } -volatile uint16_t tick_count; +volatile AO_TICK_TYPE tick_count; void stm_tim6_isr(void)