Fix typo in OSDK documentation

This commit is contained in:
Jianfeng Jiang 2024-03-01 06:30:25 +00:00 committed by Tate, Hongliang Tian
parent 61a5d7625b
commit 26dff7d054

View File

@ -80,6 +80,7 @@ This function will call the function from `mymodule`:
fn kernel_main() {
let avail_mem_as_mb = mymodule::available_memory() / 1_000_000;
println!("The available memory is {} MB", avail_mem_as_mb);
}
```
## Building and Running the kernel