diff -r c5f3f71e7260 -r ae3488c79283 plugins/canfestival/canfestival.py --- a/plugins/canfestival/canfestival.py Fri Apr 10 07:53:42 2009 +0200 +++ b/plugins/canfestival/canfestival.py Fri Apr 10 07:55:55 2009 +0200 @@ -278,6 +278,7 @@ "board_decls" : "", "nodes_init" : "", "nodes_open" : "", + "nodes_stop" : "", "nodes_close" : "", "nodes_send_sync" : "", "nodes_proceed_sync" : "", @@ -361,7 +362,7 @@ child_data.getCAN_Baudrate()) format_dict["nodes_open"] += 'NODE_OPEN(%s)\n '%(nodename) format_dict["nodes_close"] += 'NODE_CLOSE(%s)\n '%(nodename) - + format_dict["nodes_stop"] += 'NODE_STOP(%s)\n '%(nodename) if sys.platform == 'win32': if self.CanFestivalInstance.getDebug_mode() and os.path.isfile(os.path.join("%s"%(format_dict["candriver"] + '_DEBUG.dll'))): format_dict["candriver"] += '_DEBUG.dll'