mock: remove excess fields
These aren't really used. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
19bdc8b658
commit
c165b2e7b1
@ -83,28 +83,13 @@ function getStatus(_request: Request, response: Response) {
|
|||||||
},
|
},
|
||||||
ports: {
|
ports: {
|
||||||
'uart': {
|
'uart': {
|
||||||
'name': 'serial',
|
|
||||||
'baud_rate': 115200,
|
'baud_rate': 115200,
|
||||||
'parity': 'none',
|
|
||||||
'stop_bits': 1,
|
|
||||||
'data_bits': 8,
|
|
||||||
'flow_control': 'none',
|
|
||||||
},
|
},
|
||||||
'swo': {
|
'swo': {
|
||||||
'name': 'swo',
|
|
||||||
'baud_rate': 0,
|
'baud_rate': 0,
|
||||||
'parity': 'none',
|
|
||||||
'stop_bits': 1,
|
|
||||||
'data_bits': 8,
|
|
||||||
'flow_control': 'none',
|
|
||||||
},
|
},
|
||||||
'uuart': {
|
'uuart': {
|
||||||
'name': 'uuart',
|
|
||||||
'baud_rate': 0,
|
'baud_rate': 0,
|
||||||
'parity': 'none',
|
|
||||||
'stop_bits': 1,
|
|
||||||
'data_bits': 8,
|
|
||||||
'flow_control': 'none',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'updates': {
|
'updates': {
|
||||||
@ -152,7 +137,6 @@ function getTarget(_request: Request, response: Response) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function getSerialPort(request: Request, response: Response) {
|
function getSerialPort(request: Request, response: Response) {
|
||||||
var serialPorts = {
|
var serialPorts = {
|
||||||
'uart': {
|
'uart': {
|
||||||
|
Loading…
Reference in New Issue
Block a user