examples/kerneltest/console/console.h
author Edouard Tisserant
Sat, 12 Oct 2013 09:14:38 +0900
changeset 789 a82d867e7850
parent 391 7802a7d5584f
permissions -rw-r--r--
WxPython 2.9 support fix by J?rg H?bler
#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__