mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
clang-tidy modernize-use-nullptr
This commit is contained in:
@@ -564,7 +564,7 @@ transition_result_t hil_state_transition(hil_state_t new_state, orb_advert_t sta
|
||||
for (;;) {
|
||||
devname = px4_get_device_names(&handle);
|
||||
|
||||
if (devname == NULL) {
|
||||
if (devname == nullptr) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user