Commit 8e4db86d authored by Marcus Nordenberg's avatar Marcus Nordenberg Committed by Claes Sjöfors

profinet: increase size of Const data for a device

parent b436336c
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -50,6 +50,7 @@ typedef struct
} gsdml_sModuleClass;
typedef char gsdml_tString80[80];
typedef char gsdml_tString2048[2048];
typedef char gsdml_tString1024[1024];
typedef char gsdml_tString512[512];
typedef char gsdml_tString[80];
......@@ -711,7 +712,7 @@ public:
typedef struct
{
gsdml_tUnsigned32 ByteOffset;
gsdml_tString1024 Data;
gsdml_tString2048 Data;
} gsdml_sConst;
class gsdml_Const
......
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