examples/kerneltest/console/console.h
author Christian Taedcke <hacking@taedcke.com>
Mon, 23 Jan 2012 20:28:25 +0100
changeset 705 3a4fa09f11bb
parent 391 7802a7d5584f
permissions -rw-r--r--
CANopenShell win32:
- fixed include path for release configuration
#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__