examples/kerneltest/console/console.h
author Edouard Tisserant
Tue, 05 Mar 2013 20:08:37 +0900
changeset 770 4e29238f514c
parent 391 7802a7d5584f
permissions -rw-r--r--
Restored 'libcanfestival_' prefix to windows CAN drivers DLLs
#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__