Skip to content
Snippets Groups Projects
Commit 965eaecf authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

systemlib printload naming consistency

parent dfb98b2a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment