Skip to content
Snippets Groups Projects
Commit 957e6f3c authored by Florian Pose's avatar Florian Pose
Browse files

Removed "Pd: 0" output that does the initial pagefault. Write to the

memory instead, to get rid of the output.
parent 119c3eac
No related branches found
No related tags found
No related merge requests found
......@@ -455,7 +455,7 @@ int ecrt_master_activate(ec_master_t *master)
}
// Access the mapped region to cause the initial page fault
printf("pd: %x\n", master->process_data[0]);
master->process_data[0] = 0x00;
}
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment