Tools: removed HAVE_OCLOEXEC check

This commit is contained in:
Andrew Tridgell 2019-09-28 07:55:39 +10:00
parent f5cd193f71
commit b142255a4c

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,
)