From fb000e874fab1a6969232829bee59f4adb654165 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 21 Jan 2023 11:14:26 -0500 Subject: [PATCH] boards: px4_fmu-v5_debug quiet RTC debug errors - test rack CUAV v5 plus is producing false positives (in this particular situation) that are failing the overall testing --- boards/px4/fmu-v5/nuttx-config/debug/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/px4/fmu-v5/nuttx-config/debug/defconfig b/boards/px4/fmu-v5/nuttx-config/debug/defconfig index 429afc8c88..74f4ecac3c 100644 --- a/boards/px4/fmu-v5/nuttx-config/debug/defconfig +++ b/boards/px4/fmu-v5/nuttx-config/debug/defconfig @@ -113,7 +113,6 @@ CONFIG_DEBUG_POWER=y CONFIG_DEBUG_POWER_ERROR=y CONFIG_DEBUG_POWER_WARN=y CONFIG_DEBUG_RTC=y -CONFIG_DEBUG_RTC_ERROR=y CONFIG_DEBUG_RTC_WARN=y CONFIG_DEBUG_SCHED=y CONFIG_DEBUG_SCHED_ERROR=y