mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00: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