mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 03:00:34 +08:00
systemlib printload naming consistency
This commit is contained in:
committed by
Lorenz Meier
parent
dfb98b2a70
commit
965eaecf4d
@@ -47,7 +47,7 @@ set(SRCS
|
||||
|
||||
if(${OS} STREQUAL "nuttx")
|
||||
list(APPEND SRCS
|
||||
printload.c
|
||||
print_load_nuttx.c
|
||||
)
|
||||
else()
|
||||
list(APPEND SRCS
|
||||
|
||||
@@ -380,4 +380,3 @@ void print_load(uint64_t t, int fd, struct print_load_s *print_state)
|
||||
|
||||
print_load_buffer(t, data.buffer, sizeof(data.buffer), print_load_callback, &data, print_state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user