diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-21 11:31:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-21 11:31:18 +0000 |
commit | fe7b598fa217929aad1097233efa57acb7ce8783 (patch) | |
tree | 5b0ec783a8dd477bf9da238fffdddab3521f0d7c /demos/GNU-Linux-GCC/board.h | |
parent | 0a09cc089d0c8947b4309952482a24a1cafd2477 (diff) | |
download | ChibiOS-fe7b598fa217929aad1097233efa57acb7ce8783.tar.gz ChibiOS-fe7b598fa217929aad1097233efa57acb7ce8783.tar.bz2 ChibiOS-fe7b598fa217929aad1097233efa57acb7ce8783.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1651 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/GNU-Linux-GCC/board.h')
-rw-r--r-- | demos/GNU-Linux-GCC/board.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/demos/GNU-Linux-GCC/board.h b/demos/GNU-Linux-GCC/board.h deleted file mode 100644 index 7b89d92d0..000000000 --- a/demos/GNU-Linux-GCC/board.h +++ /dev/null @@ -1,23 +0,0 @@ -/*
- 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_ */
|