docs: add canbus to /machine/system_info result
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
88ebc21318
commit
e628b243c2
|
@ -1142,6 +1142,18 @@ Returns: Information about the host system in the following format:
|
|||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"canbus": {
|
||||
"can0": {
|
||||
"tx_queue_len": 128,
|
||||
"bitrate": 500000,
|
||||
"driver": "mcp251x"
|
||||
},
|
||||
"can1": {
|
||||
"tx_queue_len": 128,
|
||||
"bitrate": 500000,
|
||||
"driver": "gs_usb"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue