examples/kerneltest/console/console.h
author Mongo
Thu, 15 Dec 2011 14:51:20 +0100
changeset 672 3bbc9aeba925
parent 391 7802a7d5584f
permissions -rw-r--r--
bug correction in sdo.c, in writeNetworkDictCallBackAI a call to _writeNetworkDict had endianize forced to 1
#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__