mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
Removed "Pd: 0" output that does the initial pagefault. Write to the
memory instead, to get rid of the output.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user