SITL: stop cygwin from trying to create FIFOs

some users find the error message annoying
This commit is contained in:
Andrew Tridgell 2023-02-15 16:25:12 +11:00 committed by Tom Pittenger
parent 4053b4a57f
commit ab723a6fd4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ param set SERIAL5_PROTOCOL 5
#if HAL_SIM_GPS_ENABLED
#ifndef HAL_SIM_GPS_EXTERNAL_FIFO_ENABLED
#define HAL_SIM_GPS_EXTERNAL_FIFO_ENABLED (CONFIG_HAL_BOARD == HAL_BOARD_SITL)
#define HAL_SIM_GPS_EXTERNAL_FIFO_ENABLED (CONFIG_HAL_BOARD == HAL_BOARD_SITL) && !defined(CYGWIN_BUILD)
#endif
#ifndef AP_SIM_GPS_FILE_ENABLED