patch from Christian Taedcke <hacking@taedcke.com> : fix-wrong-resetSDOline-for-sdo-timeout.patch
FIXED: - The sdo line must not be closed at the end of SDOTimeoutAlarm() if the same sdo line is closed and reopened for a new transfer inside the callback. (Patch from Jaroslav Fojtik)
#ifndef __canftest_console_h__
#define __canftest_console_h__
#define DEVICE_NAME "canf_ktest"
#define CMD_START '1'
#define CMD_STOP '2'
#endif // __canftest_console.h__