AP_Logger: move from HAL_NO_GCS to HAL_GCS_ENABLED

This commit is contained in:
Peter Barker 2021-08-18 21:42:17 +10:00 committed by Peter Barker
parent 1976b2b859
commit fec9d4850d

View File

@ -22,7 +22,7 @@
#include <AP_Logger/AP_Logger.h>
#include <GCS_MAVLink/GCS.h> // for LOG_ENTRY
#ifndef HAL_NO_GCS
#if HAL_GCS_ENABLED
extern const AP_HAL::HAL& hal;