Fix typo in Zephyr simple example (#2738)
Fixes small typo of elapsed in Zephyr simple example. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
@ -248,7 +248,7 @@ fail1:
|
||||
|
||||
end = k_uptime_get_32();
|
||||
|
||||
printf("elpase: %d\n", (end - start));
|
||||
printf("elapsed: %d\n", (end - start));
|
||||
}
|
||||
|
||||
#define MAIN_THREAD_STACK_SIZE (CONFIG_MAIN_THREAD_STACK_SIZE)
|
||||
|
||||
Reference in New Issue
Block a user