diff -r d73d30b1095f -r b80d3a84b8bf plugins/canfestival/canfestival.py --- 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 :