AP_Airspeed: save some bytes by making conversion structure static

This commit is contained in:
Peter Barker 2023-03-09 10:18:26 +11:00 committed by Peter Barker
parent e2046c11b8
commit e20f8f5dcc
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ void AP_Airspeed::convert_per_instance()
return;
}
const struct convert_table {
static const struct convert_table {
uint32_t element[2];
ap_var_type type;
const char* name;