X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Favr%2Fao_romconfig.c;h=4acfc1c8ee48475eda7b702e73b87d15065836e7;hp=bbb677e2e045dcd9dbb0fb795cf9e079128c5b41;hb=6aa451ce81bfdfe679e3f9902043a5f0d235c745;hpb=128bbfa150f88c09f7adde2434b7bf0b5a9ed556 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;