mirror of https://github.com/ArduPilot/ardupilot
Copter: remove unused define
This commit is contained in:
parent
1b08f12d53
commit
ba959fd594
|
@ -916,9 +916,6 @@ static void barometer_accumulate(void)
|
||||||
barometer.accumulate();
|
barometer.accumulate();
|
||||||
}
|
}
|
||||||
|
|
||||||
// enable this to get console logging of scheduler performance
|
|
||||||
#define SCHEDULER_DEBUG 0
|
|
||||||
|
|
||||||
static void perf_update(void)
|
static void perf_update(void)
|
||||||
{
|
{
|
||||||
if (g.log_bitmask & MASK_LOG_PM)
|
if (g.log_bitmask & MASK_LOG_PM)
|
||||||
|
|
Loading…
Reference in New Issue