From 79738a560193d341522dab90cd2b17d2da4d9a95 Mon Sep 17 00:00:00 2001 From: Lars Elgtvedt Susaas Date: Sat, 1 Feb 2025 07:44:42 +0100 Subject: [PATCH] 164-fixed eds::Sizeofdatatype doc --- libEDSsharp/eds.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libEDSsharp/eds.cs b/libEDSsharp/eds.cs index e12fa21b..20d2e5c8 100644 --- a/libEDSsharp/eds.cs +++ b/libEDSsharp/eds.cs @@ -1430,9 +1430,9 @@ public string Paramater_cname() } /// - /// Return the size in bytes for the given CANopen datatype of this object, eg the size of what ever the datatype field is set to + /// Return the size in bits for the given CANopen datatype of this object, eg the size of what ever the datatype field is set to /// - /// no of bytes + /// no of bits public int Sizeofdatatype() { DataType dt = datatype;