aboutsummaryrefslogtreecommitdiffstats
path: root/demos/GNU-Linux-GCC/board.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-23 20:11:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-23 20:11:44 +0000
commita2e989330ef587868921bf9ebc8079f939e57ad5 (patch)
tree1235d4bce54200cdd2ba10cb80e04060b7db6114 /demos/GNU-Linux-GCC/board.h
parent0750743bb48903d20cdcc368727c9111c072e058 (diff)
downloadChibiOS-a2e989330ef587868921bf9ebc8079f939e57ad5.tar.gz
ChibiOS-a2e989330ef587868921bf9ebc8079f939e57ad5.tar.bz2
ChibiOS-a2e989330ef587868921bf9ebc8079f939e57ad5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1460 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/GNU-Linux-GCC/board.h')
-rw-r--r--demos/GNU-Linux-GCC/board.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/demos/GNU-Linux-GCC/board.h b/demos/GNU-Linux-GCC/board.h
new file mode 100644
index 000000000..a6e056d58
--- /dev/null
+++ b/demos/GNU-Linux-GCC/board.h
@@ -0,0 +1,23 @@
+/*
+ ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+
+ This file is part of ChibiOS/RT.
+
+ ChibiOS/RT is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ ChibiOS/RT is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#ifndef _BOARD_H_
+#define _BOARD_H_
+
+#endif /* _BOARD_H_ */