mirror of
https://github.com/htrefil/rkvm.git
synced 2024-12-26 09:58:32 +01:00
Clarify comment
This commit is contained in:
parent
f1c11f0dc1
commit
20fb8efb7e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ use std::time::Duration;
|
|||
|
||||
#[derive(Deserialize, Serialize, Debug)]
|
||||
pub struct DeviceInfo {
|
||||
// ID generated by rkvm-server, sent for debugging purposes.
|
||||
// ID generated by rkvm-server.
|
||||
pub id: usize,
|
||||
pub name: CString,
|
||||
pub vendor: u16,
|
||||
|
|
Loading…
Reference in a new issue