AP_HAL_ChibiOS: disable mcast bridging in bootloader

This commit is contained in:
bugobliterator 2025-02-04 11:08:45 +11:00 committed by Peter Barker
parent 402936abf3
commit f8726ee646

View File

@ -65,3 +65,5 @@
#ifndef HAL_OS_POSIX_IO
#define HAL_OS_POSIX_IO 0
#endif
#define AP_NETWORKING_CAN_MCAST_BRIDGING_ENABLED 0