|
|
@ -15,7 +15,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include "AP_Generator_RichenPower.h" |
|
|
|
#include "AP_Generator_RichenPower.h" |
|
|
|
|
|
|
|
|
|
|
|
#if HAL_GENERATOR_ENABLED |
|
|
|
#if AP_GENERATOR_RICHENPOWER_ENABLED |
|
|
|
|
|
|
|
|
|
|
|
#include <AP_Logger/AP_Logger.h> |
|
|
|
#include <AP_Logger/AP_Logger.h> |
|
|
|
#include <AP_SerialManager/AP_SerialManager.h> |
|
|
|
#include <AP_SerialManager/AP_SerialManager.h> |
|
|
@ -512,4 +512,4 @@ bool AP_Generator_RichenPower::run() |
|
|
|
set_pilot_desired_runstate(RunState::RUN); |
|
|
|
set_pilot_desired_runstate(RunState::RUN); |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} |
|
|
|
} |
|
|
|
#endif |
|
|
|
#endif // AP_GENERATOR_RICHENPOWER_ENABLED
|
|
|
|