Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmark/api/internally_implemented.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ arg_claimed_t ee_profile_parse(char *command) {
/* These are the three common functions for all IoTConnect f/w. */
th_printf("help : Print this information\r\n");
th_printf("name : Print the name of the device\r\n");
th_printf("timestsamp : Generate a timetsamp\r\n");
th_printf("timestamp : Generate a timestamp\r\n");
/* These are profile-specific commands. */
th_printf("db SUBCMD : Manipulate a generic byte buffer\r\n");
th_printf(" load N : Allocate N bytes and set load counter\r\n");
Expand Down