Skip to content

Commit

Permalink
Update csp_client.c
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlight83340 committed Aug 26, 2024
1 parent 0c48de9 commit 1a15f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/csp_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ int main(int argc, char * argv[]) {
csp_rtable_set(0, 0, default_iface, CSP_NO_VIA_ADDRESS);
}
}else{
printf("Example: don't use CSP_USE_RTABLE\n");
csp_print("Example: don't use CSP_USE_RTABLE\n");
}

csp_print("Connection table\r\n");
Expand Down

0 comments on commit 1a15f32

Please sign in to comment.