mirror of https://github.com/ArduPilot/ardupilot
Tools: removed HAVE_OCLOEXEC check
This commit is contained in:
parent
c29867ecad
commit
1635da1dd7
|
@ -425,7 +425,6 @@ class chibios(Board):
|
|||
|
||||
env.DEFINES.update(
|
||||
CONFIG_HAL_BOARD = 'HAL_BOARD_CHIBIOS',
|
||||
HAVE_OCLOEXEC = 0,
|
||||
HAVE_STD_NULLPTR_T = 0,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue