altos: product defines are always in ao_product.h
[fw/altos] / src / ao_product.c
index 54ba2a14e993b85017c0f203e22191e2f82e9bca..fb59580b8d4b123b729cf0a0712495282eac8da5 100644 (file)
  */
 
 #include "ao.h"
-#include PRODUCT_DEFS
+#include "ao_product.h"
 
 /* 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;