1
0
Fork 0
CANopenNode/example/OD.c
Janez cf9fb2a547 Some updates in OD interface.
It matches newly generated OD.h and OD.c files from libedssharp
2020-10-21 11:29:03 +02:00

12 lines
217 B
C

#define OD_DEFINITION
#include "301/CO_ODinterface.h"
#include "OD.h"
static const OD_entry_t OD_list[] = {
{0x1000, 0, 0, NULL}
};
const OD_t OD = {
sizeof(OD_list) / sizeof(OD_list[0]),
&OD_list[0]
};