We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab30aa3 commit 5cad19fCopy full SHA for 5cad19f
src/bin/async-await.rs
@@ -269,6 +269,7 @@ fn run() -> ! {
269
//executor.spawn_local(print_x);
270
271
// FIXME: Causes link error: no memory region specified for section '.ARM.extab'
272
+ // see https://github.com/rust-embedded/cortex-m-rt/issues/157
273
//executor.spawn_local(_ethernet_task.run()).unwrap();
274
275
// FIXME: Does not work currently due to borrowing errors
0 commit comments