Skip to content

Commit

Permalink
HAL_SITL: added SERIAL4 as UDP output for SITL periph
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Nov 21, 2023
1 parent 3bf2427 commit 3d2b28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_HAL_SITL/SITL_Periph_State.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ class HALSITL::SITL_State : public SITL_State_Common {
"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; }
Expand Down

0 comments on commit 3d2b28e

Please sign in to comment.