From: asterix Date: Mon, 17 May 2010 08:37:19 +0000 (+0000) Subject: Add input hw file. X-Git-Tag: 2.5.0~214 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=9427afb0667bc66bcde8ce4ce9a847acb9211db2;p=bertos.git Add input hw file. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3703 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/hw/hw_input.h b/bertos/hw/hw_input.h new file mode 100644 index 00000000..dbf3bc50 --- /dev/null +++ b/bertos/hw/hw_input.h @@ -0,0 +1,46 @@ +/** + * \file + * + * + * \brief Macro for HW_INPUT_H + * + * \author Andrea Grandi + */ + +#ifndef HW_INPUT_H +#define HW_INPUT_H + +#warning FIXME: This is an example implementation, you must implement it + +#define INPUT_INIT() do { /* implement me */} while(0) + +#endif /* HW_INPUT_H */