mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_Scheduler: rename dataflash to logger
This commit is contained in:
parent
ff043204dd
commit
e9bb6a7d69
@ -84,7 +84,7 @@ public:
|
||||
// call to update any logging the scheduler might do; call at 1Hz
|
||||
void update_logging();
|
||||
|
||||
// write out PERF message to dataflash
|
||||
// write out PERF message to logger
|
||||
void Log_Write_Performance();
|
||||
|
||||
// call when one tick has passed
|
||||
@ -201,7 +201,7 @@ private:
|
||||
// performance counters
|
||||
AP_HAL::Util::perf_counter_t *_perf_counters;
|
||||
|
||||
// bitmask bit which indicates if we should log PERF message to dataflash
|
||||
// bitmask bit which indicates if we should log PERF message
|
||||
uint32_t _log_performance_bit;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user