- move stack/socketCAN/CO_OD_storage.* in socketCAN/CO_OD_storage.* - CO_CANrxNew_ macros updated - some corrections
- Reduce CO_driver.h and CO_driver_base.h into CO_driver_target.h - New functions: CO_CANrxMsg_readIdent, _DLC, _data - rxArray[i].pFunct changed to -> rxArray[i].CANrx_callback - (*pFunct)(void *object, const CO_CANrxMsg_t *message)) changed to (*CANrx_callback)(void *object, void *message)) - change to '#define CO_CANrxNew_READ(rxNew) ((bool_t)rxNew)'