AP_DDS: fix defines to make astyle happy

This commit is contained in:
Tom Pittenger 2023-11-15 11:17:38 -08:00 committed by Tom Pittenger
parent ba2cbbcebf
commit d189730b9f

View File

@ -19,8 +19,8 @@
#ifndef AP_DDS_DEFAULT_UDP_IP_ADDR
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
#define AP_DDS_DEFAULT_UDP_IP_ADDR "192.168.13.2"
#define AP_DDS_DEFAULT_UDP_IP_ADDR "192.168.13.2"
#else
#define AP_DDS_DEFAULT_UDP_IP_ADDR "127.0.0.1"
#define AP_DDS_DEFAULT_UDP_IP_ADDR "127.0.0.1"
#endif
#endif