X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fao_romconfig.c;h=4acfc1c8ee48475eda7b702e73b87d15065836e7;hb=cd151a622537e1436362bd71229c6ce22a3957d0;hp=bbb677e2e045dcd9dbb0fb795cf9e079128c5b41;hpb=1c344b760776cd5d8c0297d8db9bf02687381b4e;p=fw%2Faltos diff --git a/src/avr/ao_romconfig.c b/src/avr/ao_romconfig.c index bbb677e2..4acfc1c8 100644 --- a/src/avr/ao_romconfig.c +++ b/src/avr/ao_romconfig.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 @@ -17,4 +18,4 @@ #include "ao.h" -const uint16_t ao_serial_number = 0; +AO_ROMCONFIG_SYMBOL (0) uint16_t ao_serial_number = 0;