examples/kerneltest/console/console.h
author etisserant
Mon, 28 Apr 2008 11:21:33 +0200
changeset 451 236c2e901e2e
parent 391 7802a7d5584f
permissions -rw-r--r--
Serial Hub fixes... Thanks James.
#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__