summaryrefslogtreecommitdiff
path: root/firmware/usbstack/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack/config.h')
-rw-r--r--firmware/usbstack/config.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/firmware/usbstack/config.h b/firmware/usbstack/config.h
deleted file mode 100644
index 8990934e56..0000000000
--- a/firmware/usbstack/config.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/***************************************************************************
- * __________ __ ___.
- * Open \______ \ ____ ____ | | _\_ |__ _______ ___
- * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
- * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
- * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
- * \/ \/ \/ \/ \/
- * $Id$
- *
- * Copyright (C) 2007 by Christian Gmeiner
- *
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- ****************************************************************************/
-
-#ifndef _USBSTACK_CONFIG_H_
-#define _USBSTACK_CONFIG_H_
-
-/* default: use no controller */
-#ifndef USBSTACK_CAPS
-#define USBSTACK_CAPS 0
-#endif
-
-#define CONTROLLER_DEVICE (1 << 0)
-#define CONTROLLER_HOST (1 << 1)
-
-#endif /*_USBSTACK_CONFIG_H_*/