aboutsummaryrefslogtreecommitdiff
path: root/stm/lib/usbd_conf.h
diff options
context:
space:
mode:
authorDamien2013-10-13 00:42:20 +0100
committerDamien2013-10-13 00:42:20 +0100
commited65605edc5c1376947a34723b9c750400b5a028 (patch)
treed0317e867c4286ec7c889fc9ed18591a1d9990dd /stm/lib/usbd_conf.h
parent3ef4abb446dfcbdbc426a0921a33e0883607e677 (diff)
Inital commit of stm32f4xx framework.
Diffstat (limited to 'stm/lib/usbd_conf.h')
-rw-r--r--stm/lib/usbd_conf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/stm/lib/usbd_conf.h b/stm/lib/usbd_conf.h
new file mode 100644
index 000000000..de5d25038
--- /dev/null
+++ b/stm/lib/usbd_conf.h
@@ -0,0 +1,7 @@
+#ifndef __USBD_CONF__H__
+#define __USBD_CONF__H__
+
+#define USBD_CFG_MAX_NUM 1 // TODO need more than 1?
+#define USBD_ITF_MAX_NUM 1 // TODO need more than 1?
+
+#endif //__USBD_CONF__H__