mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-24 08:44:08 -04:00
AP_Scheduler: convert APM_BUILD_COPTER_OR_HELI() to APM_BUILD_COPTER_OR_HELI
This commit is contained in:
parent
a2bb0b01e8
commit
592241f029
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
|
||||
#if APM_BUILD_COPTER_OR_HELI() || APM_BUILD_TYPE(APM_BUILD_ArduSub)
|
||||
#if APM_BUILD_COPTER_OR_HELI || APM_BUILD_TYPE(APM_BUILD_ArduSub)
|
||||
#define SCHEDULER_DEFAULT_LOOP_RATE 400
|
||||
#else
|
||||
#define SCHEDULER_DEFAULT_LOOP_RATE 50
|
||||
|
Loading…
Reference in New Issue
Block a user