mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-14 05:31:13 +00:00
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:
parent
7f8292ffd1
commit
797e534cec
|
@ -248,7 +248,7 @@ fail1:
|
||||||
|
|
||||||
end = k_uptime_get_32();
|
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)
|
#define MAIN_THREAD_STACK_SIZE (CONFIG_MAIN_THREAD_STACK_SIZE)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user