# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1215682778 0
# Node ID 958e49f020a0e94dfa2e49962405b2c87bc0288a
# Parent  11ac4051db6b941120f2b65116a526eaba36f776
Added Mandatory attribute for XML Pdo elements.

diff -r 11ac4051db6b -r 958e49f020a0 tools/Master.cpp
--- a/tools/Master.cpp	Thu Jul 10 09:36:47 2008 +0000
+++ b/tools/Master.cpp	Thu Jul 10 09:39:38 2008 +0000
@@ -1717,7 +1717,7 @@
 
             cout
                 << "          <" << pdoType
-                << " Sm=\"" << i << "\" Fixed=\"1\">" << endl
+                << " Sm=\"" << i << "\" Fixed=\"1\" Mandatory=\"1\">" << endl
                 << "            <Index>#x"
                 << hex << setfill('0') << setw(4) << pdo.index
                 << "</Index>" << endl