aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Posix-GCC/board.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 11:29:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 11:29:54 +0000
commit0a09cc089d0c8947b4309952482a24a1cafd2477 (patch)
treeeda41b0dbd6e1edc56dede5e3a52a113df65ec34 /demos/Posix-GCC/board.h
parent1c03b33539fac79a32ac10db444a1b0a7af0d65f (diff)
downloadChibiOS-0a09cc089d0c8947b4309952482a24a1cafd2477.tar.gz
ChibiOS-0a09cc089d0c8947b4309952482a24a1cafd2477.tar.bz2
ChibiOS-0a09cc089d0c8947b4309952482a24a1cafd2477.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1650 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Posix-GCC/board.h')
-rw-r--r--demos/Posix-GCC/board.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/demos/Posix-GCC/board.h b/demos/Posix-GCC/board.h
new file mode 100644
index 000000000..7b89d92d0
--- /dev/null
+++ b/demos/Posix-GCC/board.h
@@ -0,0 +1,23 @@
+/*
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 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_ */