From 79db5c1a13d329c050a31fd473034081ea940ea5 Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Thu, 10 Jul 2008 09:39:38 +0000
Subject: [PATCH] Added Mandatory attribute for XML Pdo elements.

---
 tools/Master.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Master.cpp b/tools/Master.cpp
index 572ec8cf..9bec0e8d 100644
--- a/tools/Master.cpp
+++ b/tools/Master.cpp
@@ -1717,7 +1717,7 @@ void Master::generateSlaveXml(uint16_t slavePosition)
 
             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
-- 
GitLab