diff options
Diffstat (limited to 'src-avr/ao_product.c')
-rw-r--r-- | src-avr/ao_product.c | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |