Skip to content

Commit

Permalink
AP_DDS: Change default to disable DDS
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Nov 28, 2023
1 parent d27465c commit 44f05c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_DDS/AP_DDS_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <AP_Networking/AP_Networking_Config.h>

#ifndef AP_DDS_ENABLED
#define AP_DDS_ENABLED 1
#define AP_DDS_ENABLED 0
#endif

// UDP only on SITL for now
Expand Down

0 comments on commit 44f05c1

Please sign in to comment.