X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao.h;h=4505edfab4dbd9e622ab4a036df1010c24a4c308;hp=12948ed3c55a422f1b48bce8cf536ec33d96a946;hb=98806b1ff3f41484663d61ff430e9e2764c7b5e6;hpb=de7814c738488c2c16c6216c93fa78128895e5d5 diff --git a/ao.h b/ao.h index 12948ed3..4505edfa 100644 --- a/ao.h +++ b/ao.h @@ -467,7 +467,7 @@ struct ao_log_record { uint16_t tick; union { struct { - uint16_t serial; + int16_t ground_accel; uint16_t flight; } flight; struct { @@ -841,5 +841,8 @@ ao_config_init(void); extern const uint8_t ao_usb_descriptors []; extern const uint16_t ao_serial_number; +extern const char ao_version[]; +extern const char ao_manufacturer[]; +extern const char ao_product[]; #endif /* _AO_H_ */