renamed deviceNameForDriver of AQH_VALUE and nameForDriver of AQH_DEVICE.

This commit is contained in:
Martin Preuss
2023-10-03 13:42:21 +02:00
parent eadfead77c
commit f56b25d06f
5 changed files with 19 additions and 19 deletions

View File

@@ -194,7 +194,7 @@ void _setDeviceName(AQH_VALUE *value, uint32_t uid)
buf=GWEN_Buffer_new(0, 64, 0, 1);
GWEN_Buffer_AppendArgs(buf, "%08x", uid);
AQH_Value_SetDeviceNameForDriver(value, GWEN_Buffer_GetStart(buf));
AQH_Value_SetDeviceName(value, GWEN_Buffer_GetStart(buf));
GWEN_Buffer_free(buf);
}