Tools: removed HAVE_OCLOEXEC check

This commit is contained in:
Andrew Tridgell 2019-09-28 07:55:39 +10:00
parent c29867ecad
commit 1635da1dd7
1 changed files with 0 additions and 1 deletions

View File

@ -425,7 +425,6 @@ class chibios(Board):
env.DEFINES.update(
CONFIG_HAL_BOARD = 'HAL_BOARD_CHIBIOS',
HAVE_OCLOEXEC = 0,
HAVE_STD_NULLPTR_T = 0,
)