1
0
Fork 0

Fix a small typo

This commit is contained in:
Chris Burghart 2022-07-18 10:37:47 -06:00 committed by GitHub
parent 31e7e81c12
commit 2c97ff7f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ void myFuncGlob(void) {
Object Dictionary Example {#object-dictionary-example}
------------------------------------------------------
Actual Object dictionary for one CANopen device is defined by pair of OD_xyz.h and ODxyz.h files.
Actual Object dictionary for one CANopen device is defined by pair of OD_xyz.h and ODxyz.c files.
Suffix "xyz" is unique name of the object dictionary. If single default object dictionary is used, suffix is omitted. Such way configuration with multiple object dictionaries is possible.