mirror of https://github.com/ArduPilot/ardupilot
AP_Generator: allow compilation with HAL_LOGGING_ENABLED false
This commit is contained in:
parent
6627c1f4e4
commit
52c806e32e
|
@ -4,6 +4,8 @@
|
|||
|
||||
#if AP_GENERATOR_IE_2400_ENABLED
|
||||
|
||||
#include <AP_Logger/AP_Logger_config.h>
|
||||
|
||||
class AP_Generator_IE_2400 : public AP_Generator_IE_FuelCell
|
||||
{
|
||||
// Inherit constructor
|
||||
|
|
Loading…
Reference in New Issue