mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 15:33:57 -04:00
AP_Notify: removed unused hal variable
This commit is contained in:
parent
9ae9f84498
commit
1762a2708c
@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
#include <AP_BoardConfig/AP_BoardConfig_CAN.h>
|
#include <AP_BoardConfig/AP_BoardConfig_CAN.h>
|
||||||
|
|
||||||
static const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
|
||||||
|
|
||||||
#define LED_OFF 0
|
#define LED_OFF 0
|
||||||
#define LED_FULL_BRIGHT 255
|
#define LED_FULL_BRIGHT 255
|
||||||
#define LED_MEDIUM ((LED_FULL_BRIGHT / 5) * 4)
|
#define LED_MEDIUM ((LED_FULL_BRIGHT / 5) * 4)
|
||||||
|
Loading…
Reference in New Issue
Block a user