X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstmf0%2Fao_flash_loader_stm.c;h=18bf272c6476e0557f92d1fd65dcc1c371b42089;hb=72bcff4c1af10571314e5cbbe29f073de818088e;hp=6bf89234b702a18a9d9caa1a64b7ff9e84e1e463;hpb=df881bce8576f091b2d8cb53b8ce8a43aeedecde;p=fw%2Faltos diff --git a/src/stmf0/ao_flash_loader_stm.c b/src/stmf0/ao_flash_loader_stm.c index 6bf89234..18bf272c 100644 --- a/src/stmf0/ao_flash_loader_stm.c +++ b/src/stmf0/ao_flash_loader_stm.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 @@ -33,7 +34,7 @@ main(void) #ifdef AO_FLASH_LOADER_INIT AO_FLASH_LOADER_INIT; -#endif +#endif ao_flash_task(); return 0; }