toku-mac commented on code in PR #3544:
URL: https://github.com/apache/nuttx-apps/pull/3544#discussion_r3437326403
##########
examples/rust/hello/src/lib.rs:
##########
@@ -50,7 +51,11 @@ pub extern "C" fn hello_rust_cargo_main() {
println!("Hello world from tokio!");
});
+ #[cfg(not(feature = "sim"))]
loop {
Review Comment:
@xiaoxiang781216
What do you think about commit a72448c9 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]