examples/kerneltest/console/console.h
author luis
Tue, 01 Jul 2008 15:21:03 +0200
changeset 493 a204a86a71f1
parent 391 7802a7d5584f
permissions -rw-r--r--
Modified initial value of 1014h to 0x80 + nodeid when 1014 is not included explicitly in the OD.
#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__