Remind developers to update the list of net naming schemes that can be selected as a build-time defaults.

This commit is contained in:
dann frazier 2021-09-27 11:08:37 -06:00
parent aa0a23ec86
commit c3138b46bc

View File

@ -15,6 +15,7 @@ static const NamingScheme naming_schemes[] = {
{ "v247", NAMING_V247 },
{ "v249", NAMING_V249 },
/* … add more schemes here, as the logic to name devices is updated … */
/* also remember to update the list of options in meson_options.txt */
};
static const NamingScheme* naming_scheme_from_name(const char *name) {