examples/kerneltest/console/console.h
author Christian Taedcke <hacking@taedcke.com>
Tue, 22 May 2012 09:33:39 +0200
changeset 732 d1f47159c1a4
parent 391 7802a7d5584f
permissions -rw-r--r--
can_peak_win32 project files:
- adapted VS2008 project file
- added lib file and include directory to releas config of VS2010 project
#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__