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>
- Linux driver files copied from 76b43c88ef/socketCAN
- cocomm copied from 71f21e41fd/cocomm
- Submodule CANopenNode added.
- Few adjustments and documentation written.