Skip to content

Commit 5cad19f

Browse files
committed
Link linker error issue
1 parent ab30aa3 commit 5cad19f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/async-await.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ fn run() -> ! {
269269
//executor.spawn_local(print_x);
270270

271271
// FIXME: Causes link error: no memory region specified for section '.ARM.extab'
272+
// see https://github.com/rust-embedded/cortex-m-rt/issues/157
272273
//executor.spawn_local(_ethernet_task.run()).unwrap();
273274

274275
// FIXME: Does not work currently due to borrowing errors

0 commit comments

Comments
 (0)