mirror of https://github.com/ArduPilot/ardupilot
HAL_SITL: added SERIAL4 as UDP output for SITL periph
This commit is contained in:
parent
d42e5d89fe
commit
f30ac4052c
|
@ -67,11 +67,11 @@ public:
|
|||
"GPS1",
|
||||
"none:1",
|
||||
"sim:adsb",
|
||||
"none:3",
|
||||
"none:4",
|
||||
"udpclient:127.0.0.1:15550", // for CAN UART test
|
||||
"none:5",
|
||||
"none:6",
|
||||
"none:7",
|
||||
"none:8",
|
||||
};
|
||||
|
||||
uint8_t get_instance() const { return _instance; }
|
||||
|
|
Loading…
Reference in New Issue