From f058cbd0e09dcadb352987c8393788dc75f88e78 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 19 Nov 2021 19:08:45 -0500 Subject: [PATCH] boards: px4_fmu-v5_debug disable CONFIG_DEBUG_I2C --- boards/px4/fmu-v5/nuttx-config/debug/defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/boards/px4/fmu-v5/nuttx-config/debug/defconfig b/boards/px4/fmu-v5/nuttx-config/debug/defconfig index 110911a816..acba20f5c4 100644 --- a/boards/px4/fmu-v5/nuttx-config/debug/defconfig +++ b/boards/px4/fmu-v5/nuttx-config/debug/defconfig @@ -71,9 +71,6 @@ CONFIG_DEBUG_GPIO=y CONFIG_DEBUG_GPIO_ERROR=y CONFIG_DEBUG_GPIO_WARN=y CONFIG_DEBUG_HARDFAULT_ALERT=y -CONFIG_DEBUG_I2C=y -CONFIG_DEBUG_I2C_ERROR=y -CONFIG_DEBUG_I2C_WARN=y CONFIG_DEBUG_IRQ=y CONFIG_DEBUG_IRQ_ERROR=y CONFIG_DEBUG_IRQ_WARN=y