mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
logger: use nullptr instead of NULL
This commit is contained in:
parent
bfcbe4b6c3
commit
2a175aa2f9
@ -1443,7 +1443,7 @@ void Logger::initialize_load_output()
|
||||
perf_callback_data_t callback_data;
|
||||
callback_data.logger = this;
|
||||
callback_data.counter = 0;
|
||||
callback_data.buffer = NULL;
|
||||
callback_data.buffer = nullptr;
|
||||
char buffer[140];
|
||||
hrt_abstime curr_time = hrt_absolute_time();
|
||||
init_print_load_s(curr_time, &_load);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user