plugins/canfestival/canfestival.py
changeset 307 b80d3a84b8bf
parent 250 01963beca027
child 336 ae3488c79283
--- a/plugins/canfestival/canfestival.py	Mon Jan 19 08:40:09 2009 +0100
+++ b/plugins/canfestival/canfestival.py	Mon Jan 19 10:08:45 2009 +0100
@@ -234,8 +234,6 @@
         Gen_OD_path = os.path.join(buildpath, "OD_%s.c"%prefix )
         # Create a new copy of the model with DCF loaded with PDO mappings for desired location
         master, pointers = config_utils.GenerateConciseDCF(locations, current_location, self, self.CanFestivalNode.getSync_TPDOs(),"OD_%s"%prefix)
-        # allow access to local OD from Master PLC
-        pointers.update(config_utils.LocalODPointers(locations, current_location, master))
         # Do generate C file.
         res = gen_cfile.GenerateFile(Gen_OD_path, master, pointers)
         if res :