From c4d91ef64450dfd4abda587dbde30e5fc5ff815e Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Tue, 1 Nov 2016 10:01:50 -1000 Subject: [PATCH] Removed CONFIG_STM32_I2CTIMEOTICKS defined in the PX4 I2C driver CONFIG_STM32_I2CTIMEOTICKS is hard defined on PX4 master and defconfig defined on upstream Nuttx (nuttx_v3) it will be fixed there. --- nuttx-configs/crazyflie/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/nuttx-configs/crazyflie/nsh/defconfig b/nuttx-configs/crazyflie/nsh/defconfig index 947ad66a07..d6e502e6b7 100644 --- a/nuttx-configs/crazyflie/nsh/defconfig +++ b/nuttx-configs/crazyflie/nsh/defconfig @@ -277,7 +277,6 @@ CONFIG_STM32_USART_SINGLEWIRE=y # CONFIG_STM32_I2C_DYNTIMEO is not set CONFIG_STM32_I2CTIMEOSEC=0 CONFIG_STM32_I2CTIMEOMS=10 -CONFIG_STM32_I2CTIMEOTICKS=500 # CONFIG_STM32_I2C_DUTY16_9 is not set #