From d075cc3cc5b47045b08f608eb1435bde417a677e Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 16 Nov 2022 19:19:24 +1100 Subject: [PATCH] hwdef: disable oreoled on SkyViper --- libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat index aa269111b7..57d9a1ec4b 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat @@ -140,5 +140,7 @@ define AP_GRIPPER_ENABLED 0 define AP_NOTIFY_NCP5623_ENABLED 0 define AP_NOTIFY_PCA9685_ENABLED 0 define AP_NOTIFY_TOSHIBALED_ENABLED 0 +undef AP_NOTIFY_OREOLED_ENABLED +define AP_NOTIFY_OREOLED_ENABLED 0 AUTOBUILD_TARGETS Copter