examples/kerneltest/console/console.h
author Edouard Tisserant
Wed, 06 Mar 2013 16:54:21 +0900
changeset 774 91d708a2cb4e
parent 391 7802a7d5584f
permissions -rw-r--r--
Fixed DLL calling convention when build with mingw32 + some re-indenting in can_tcp_win32
#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__