Hello_mxtask: Needed filename string instead of std::cout.

This commit is contained in:
Michael Müller
2022-07-20 15:09:09 +02:00
parent d0d08c68aa
commit f3eb97bf1c

View File

@@ -67,7 +67,7 @@ void Libc::Component::construct(Libc::Env &env)
mx::tasking::runtime_guard _{cores}; mx::tasking::runtime_guard _{cores};
// Create and profile and write it to stdout // Create and profile and write it to stdout
mx::tasking::runtime::profile(std::cout); mx::tasking::runtime::profile("/dev/log");
// Create an instance of the HelloWorldTask with the current core as first // Create an instance of the HelloWorldTask with the current core as first
// parameter. The core is required for memory allocation. // parameter. The core is required for memory allocation.