Skip to content
Snippets Groups Projects
Commit 6345befa authored by Stefan Lankes's avatar Stefan Lankes
Browse files

initialize drivers also for the C user interface

parent 372447e0
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,6 @@ extern "C" fn initd(_arg: usize) {
}
// Initialize Drivers
#[cfg(not(feature = "newlib"))]
arch::init_drivers();
#[cfg(all(feature = "tcp", not(feature = "newlib")))]
crate::net::init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment