Skip to content

Commit 7c6d96f

Browse files
authored
164-fixed eds::Sizeofdatatype doc (#165)
1 parent fdab1c9 commit 7c6d96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libEDSsharp/eds.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,9 +1430,9 @@ public string Paramater_cname()
14301430
}
14311431

14321432
/// <summary>
1433-
/// 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
1433+
/// 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
14341434
/// </summary>
1435-
/// <returns>no of bytes</returns>
1435+
/// <returns>no of bits</returns>
14361436
public int Sizeofdatatype()
14371437
{
14381438
DataType dt = datatype;

0 commit comments

Comments
 (0)