1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
Sam Van Den Berge
52ffe7acb0
Add missing #ifndef checks (#24)
Commit 2854ea4a introduced "#define CO_CONFIG_GFC ..." and "#define
CO_CONFIG_SRDO ..." without surrounding it around #ifndef.

As a result, when e.g. CO_CONFIG_GFC or CO_CONFIG_SRDO is defined in a
Makefile, the compiler will complain about redefining that variable.

Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
2025-03-01 18:29:44 +01:00
Janez
4c9505083c Format the .h files using clang-format v15. 2024-07-09 01:29:26 +02:00
Janez
2854ea4a44 Format some comments including license information. 2024-07-09 00:49:52 +02:00
Janez
21e11a3bf1 Update documentation, add CO_application.h, other updates
- add Doxfile
- add install to makefile
- fix in cocomm
2021-05-17 13:58:16 +02:00
Janez
87cfbac52b Initial commit, code from CANopenNode/socketCAN and CANopenSocket/cocomm
- Linux driver files copied from 76b43c88ef/socketCAN
- cocomm copied from 71f21e41fd/cocomm
- Submodule CANopenNode added.
- Few adjustments and documentation written.
2021-05-06 17:29:31 +02:00