mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_DroneCAN: remove unused defines
This commit is contained in:
parent
5066d48718
commit
f38041567f
@ -48,8 +48,6 @@
|
||||
#include <AP_OpenDroneID/AP_OpenDroneID.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LED_DELAY_US 50000
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
// setup default pool size
|
||||
|
@ -49,7 +49,6 @@
|
||||
#define AP_DRONECAN_HW_VERS_MAJOR 1
|
||||
#define AP_DRONECAN_HW_VERS_MINOR 0
|
||||
|
||||
#define AP_DRONECAN_MAX_LED_DEVICES 4
|
||||
|
||||
#ifndef AP_DRONECAN_HOBBYWING_ESC_SUPPORT
|
||||
#define AP_DRONECAN_HOBBYWING_ESC_SUPPORT (BOARD_FLASH_SIZE>1024)
|
||||
|
Loading…
Reference in New Issue
Block a user