examples/kerneltest/console/console.h
author Christian Taedcke <hacking@taedcke.com>
Tue, 12 Jun 2012 01:11:34 +0200
changeset 737 0590f7941fa8
parent 391 7802a7d5584f
permissions -rw-r--r--
Updated build configuration for travis to build more driver and send notification to irc.
#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__