From 2c97ff7f4cf2b4410733d133e37d3c7111f6eb1c Mon Sep 17 00:00:00 2001 From: Chris Burghart Date: Mon, 18 Jul 2022 10:37:47 -0600 Subject: [PATCH] Fix a small typo --- doc/objectDictionary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/objectDictionary.md b/doc/objectDictionary.md index 949ebcb..cd77f76 100644 --- a/doc/objectDictionary.md +++ b/doc/objectDictionary.md @@ -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.