mbv: i really though async would work this time

There's still a glitch/race somewhere.
This commit is contained in:
2025-06-29 13:56:58 -07:00
parent 724f8db1b1
commit f0f26af791
6 changed files with 121 additions and 109 deletions

4
mbv/configure vendored
View File

@@ -304,9 +304,9 @@ all = [
app_image("async", sources=[
"apps/async/async.cc",
"apps/async/lock.cc",
"apps/async/main2.cc",
"apps/async/main.cc",
"apps/async/trace.cc",
"apps/async/uart2.cc",
"apps/async/uart.cc",
]),
]