On Sat, Jul 30, 2022 at 12:56 AM Jakob Hauser <jahau@xxxxxxxxxxxxxx> wrote: > On 29.07.22 18:13, Andy Shevchenko wrote: > > On Fri, Jul 29, 2022 at 1:06 AM Jakob Hauser <jahau@xxxxxxxxxxxxxx> wrote: ... > >> static const char * const yas5xx_version_name[][2] = { > > > > yas5xx_version_names (note S at the end) > > As I understand you, it's to be applied on "yas5xx_version_names" only. > In the chip_info table, it would then look like: > > .product_name = yas5xx_product_name[yas530], > .version_name = yas5xx_version_names[yas530], > ^ > S Yes. > >> [yas530] = { "A", "B" }, > >> [yas532] = { "AB", "AC" }, > >> [yas533] = { "AB", "AC" }, > >> }; -- With Best Regards, Andy Shevchenko