diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-02 10:51:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-02 10:51:52 +0000 |
commit | 0d3c7da33152ace5422f79fae6ce757d7328c32c (patch) | |
tree | faac0ee3ca1642c7f521b527895fbbed311360a7 /demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h | |
parent | d51863a3536e813374f0c56c0034421cbe965ad6 (diff) | |
download | ChibiOS-0d3c7da33152ace5422f79fae6ce757d7328c32c.tar.gz ChibiOS-0d3c7da33152ace5422f79fae6ce757d7328c32c.tar.bz2 ChibiOS-0d3c7da33152ace5422f79fae6ce757d7328c32c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5014 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h')
-rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h b/demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h new file mode 100644 index 000000000..4e98067eb --- /dev/null +++ b/demos/ARMCM4-STM32F407-DISCOVERY-G++/usbcfg.h @@ -0,0 +1,29 @@ +/*
+ 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_ */
+
+/** @} */
|