mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
d/wmr: Clarify comment in headset_map assert
This commit is contained in:
parent
88d55c6e22
commit
45adabe135
|
@ -1141,7 +1141,7 @@ wmr_hmd_create(enum wmr_headset_type hmd_type,
|
|||
break;
|
||||
}
|
||||
}
|
||||
assert(wh->hmd_desc != NULL); /* We must have matched something, or the map is set up wrong */
|
||||
assert(wh->hmd_desc != NULL); /* Each supported device MUST have a manually created entry in our headset_map */
|
||||
|
||||
WMR_INFO(wh, "Found WMR headset type: %s", wh->hmd_desc->debug_name);
|
||||
|
||||
|
|
Loading…
Reference in a new issue