summaryrefslogtreecommitdiff
path: root/src/ao_product.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-04 18:09:03 -0700
committerKeith Packard <keithp@keithp.com>2011-07-04 18:09:03 -0700
commit359681f23e2f71bc8f4975a4a76ae28c08ecab2e (patch)
tree579dacfed9baa537fe8123c94c934962ddfe6b1d /src/ao_product.c
parentb51e5466f7a125db873edd1fa9bd3881d7e98aad (diff)
altos: Add split telemetry code
This sends every packet every time, which isn't correct, but should be useful for testing. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_product.c')
-rw-r--r--src/ao_product.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_product.c b/src/ao_product.c
index 54ba2a14..bb42e92c 100644
--- a/src/ao_product.c
+++ b/src/ao_product.c
@@ -20,7 +20,7 @@
/* Defines which mark this particular AltOS product */
-const char ao_version[] = AO_iVersion_STRING;
+const char ao_version[AO_MAX_VERSION] = AO_iVersion_STRING;
const char ao_manufacturer[] = AO_iManufacturer_STRING;
const char ao_product[] = AO_iProduct_STRING;