X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src-avr%2Fao_product.c;fp=src-avr%2Fao_product.c;h=b78ac1aa56d72e4780532bf9635b7e1a68353d18;hb=0beebf5b8659014c5e8ba194e42e5dcd9be1a2a6;hp=5cf365d5bf7ff8e04066146af174f18e37a78234;hpb=28a6127668a333f5d6a6234e2ee4527267c459d2;p=fw%2Faltos diff --git a/src-avr/ao_product.c b/src-avr/ao_product.c index 5cf365d5..b78ac1aa 100644 --- a/src-avr/ao_product.c +++ b/src-avr/ao_product.c @@ -23,6 +23,7 @@ const char ao_version[] = AO_iVersion_STRING; const char ao_manufacturer[] = AO_iManufacturer_STRING; const char ao_product[] = AO_iProduct_STRING; +const int ao_serial_number = 1; #define LE_WORD(x) ((x)&0xFF),((uint8_t) (((uint16_t) (x))>>8))