Commit 3ba7f44f authored by Claes Sjofors's avatar Claes Sjofors

Profinet Instance xml fix

parent c60e64b6
......@@ -142,7 +142,7 @@ int GsdmlDeviceData::print( const char *filename)
" VendorId=\"" << vendor_id << "\"" << endl <<
" DeviceId=\"" << device_id << "\"" << endl <<
" Version=\"" << version << "\"" << endl <<
" ByteOrder=\"" << byte_order << "\">" << endl <<
" ByteOrder=\"" << byte_order << "\"" << endl <<
" Instance=\"" << instance << "\">" << endl <<
" <NetworkSettings " << endl <<
" DeviceName=\"" << device_name << "\"" << endl <<
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment