AP_DroneCAN: remove unused defines

This commit is contained in:
Tom Pittenger 2023-05-19 09:25:14 -07:00 committed by Andrew Tridgell
parent 5066d48718
commit f38041567f
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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)