- Better array initialization in data.h CANOPEN_NODE_DATA_INITIALIZER macro. Use a little hack with configure and config.h to create the "pure Ansi C" initializer.
- Workaround for the compiler compatibility with empty arrays (i.e. Index 1016).
- Some fixes in Makefile.in
#if !defined(_NVRAM_H_)
#define _NVRAM_H_
int canSaveData(indextable *dict, int max_index);
int canReadData(indextable *dict, int max_index);
#endif