From 1762a2708c3775b128be2393c53816a28ce48239 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 26 Aug 2018 07:57:05 +1000 Subject: [PATCH] AP_Notify: removed unused hal variable --- libraries/AP_Notify/UAVCAN_RGB_LED.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_Notify/UAVCAN_RGB_LED.cpp b/libraries/AP_Notify/UAVCAN_RGB_LED.cpp index 6393b1ae95..7fe5794b6a 100644 --- a/libraries/AP_Notify/UAVCAN_RGB_LED.cpp +++ b/libraries/AP_Notify/UAVCAN_RGB_LED.cpp @@ -24,8 +24,6 @@ #include -static const AP_HAL::HAL& hal = AP_HAL::get_HAL(); - #define LED_OFF 0 #define LED_FULL_BRIGHT 255 #define LED_MEDIUM ((LED_FULL_BRIGHT / 5) * 4)