mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 07:20:35 +08:00
ModuleBase: instanciate -> instantiate
This commit is contained in:
@@ -236,7 +236,7 @@ void Logger::print_statistics()
|
||||
_max_dropout_duration = 0.f;
|
||||
}
|
||||
|
||||
Logger *Logger::instanciate(int argc, char *argv[])
|
||||
Logger *Logger::instantiate(int argc, char *argv[])
|
||||
{
|
||||
uint32_t log_interval = 3500;
|
||||
int log_buffer_size = 12 * 1024;
|
||||
|
||||
Reference in New Issue
Block a user