aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-01-02 11:12:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-01-02 11:12:46 +0000
commit8fa18b0b6b3f5640a2db179ec938f8962f65244c (patch)
treeb53c296ca94611820b6bede653b0e67545538bfd /demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h
parent0d3c7da33152ace5422f79fae6ce757d7328c32c (diff)
downloadChibiOS-8fa18b0b6b3f5640a2db179ec938f8962f65244c.tar.gz
ChibiOS-8fa18b0b6b3f5640a2db179ec938f8962f65244c.tar.bz2
ChibiOS-8fa18b0b6b3f5640a2db179ec938f8962f65244c.zip
Updated C++ wrapper and STM32F4-Discovery C++ demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5015 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h')
-rw-r--r--demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h b/demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h
deleted file mode 100644
index 4e98067eb..000000000
--- a/demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012 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 _USBCFG_H_
-#define _USBCFG_H_
-
-extern const USBConfig usbcfg;
-extern SerialUSBConfig serusbcfg;
-
-#endif /* _USBCFG_H_ */
-
-/** @} */