1
0
Fork 0

Merge pull request #406 from burghart/patch-1

Fix a small typo
This commit is contained in:
Janez 2022-07-19 09:56:01 +02:00 committed by GitHub
commit 9e2e5afec1
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} 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. 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.