systemlib printload naming consistency

This commit is contained in:
Daniel Agar 2018-06-11 12:25:43 -04:00 committed by Lorenz Meier
parent dfb98b2a70
commit 965eaecf4d
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@ set(SRCS
if(${OS} STREQUAL "nuttx")
list(APPEND SRCS
printload.c
print_load_nuttx.c
)
else()
list(APPEND SRCS

View File

@ -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);
}