mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-09 13:22:53 +01:00
deviceinfo: use correct parameter for sw version
This commit is contained in:
parent
8575e1db9f
commit
9b21446772
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ char * os__get_deviceid_serialnumber()
|
|||
char * os__get_softwareversion()
|
||||
{
|
||||
char *v;
|
||||
db_get_value_string("hw", "board", "iopVersion", &v);
|
||||
db_get_value_string("hw", "board", "iopVerTag", &v);
|
||||
return v;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue