mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 18:14:06 +08:00
systemlib printload naming consistency
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user