aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/USB_HOST/mcuconf_community.h
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-04-28 12:31:41 +0200
committerNicolas Reinecke <nr@das-labor.org>2016-05-01 02:33:07 +0200
commit509816147d658d301970a19798024361552c8ae8 (patch)
treefa2d791334c66989a486272fc18f5d5d82203165 /testhal/STM32/STM32F4xx/USB_HOST/mcuconf_community.h
parentf665da37bd440685511cf8de662c669cfc9ccc45 (diff)
downloadChibiOS-Contrib-509816147d658d301970a19798024361552c8ae8.tar.gz
ChibiOS-Contrib-509816147d658d301970a19798024361552c8ae8.tar.bz2
ChibiOS-Contrib-509816147d658d301970a19798024361552c8ae8.zip
fix whitespace
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_HOST/mcuconf_community.h')
-rw-r--r--testhal/STM32/STM32F4xx/USB_HOST/mcuconf_community.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/mcuconf_community.h b/testhal/STM32/STM32F4xx/USB_HOST/mcuconf_community.h
index ca2e87a..56775af 100644
--- a/testhal/STM32/STM32F4xx/USB_HOST/mcuconf_community.h
+++ b/testhal/STM32/STM32F4xx/USB_HOST/mcuconf_community.h
@@ -48,19 +48,19 @@
/*
* USBH driver system settings.
*/
+#define STM32_OTG1_CHANNELS_NUMBER 8
+#define STM32_OTG2_CHANNELS_NUMBER 12
-#define STM32_OTG1_CHANNELS_NUMBER 8
-#define STM32_OTG2_CHANNELS_NUMBER 12
+#define STM32_USBH_USE_OTG1 1
+#define STM32_OTG1_RXFIFO_SIZE 1024
+#define STM32_OTG1_PTXFIFO_SIZE 128
+#define STM32_OTG1_NPTXFIFO_SIZE 128
-#define STM32_USBH_USE_OTG1 1
-#define STM32_OTG1_RXFIFO_SIZE 1024
-#define STM32_OTG1_PTXFIFO_SIZE 128
-#define STM32_OTG1_NPTXFIFO_SIZE 128
+#define STM32_USBH_USE_OTG2 0
+#define STM32_OTG2_RXFIFO_SIZE 2048
+#define STM32_OTG2_PTXFIFO_SIZE 1024
+#define STM32_OTG2_NPTXFIFO_SIZE 1024
-#define STM32_USBH_USE_OTG2 0
-#define STM32_OTG2_RXFIFO_SIZE 2048
-#define STM32_OTG2_PTXFIFO_SIZE 1024
-#define STM32_OTG2_NPTXFIFO_SIZE 1024
+#define STM32_USBH_MIN_QSPACE 4
+#define STM32_USBH_CHANNELS_NP 4
-#define STM32_USBH_MIN_QSPACE 4
-#define STM32_USBH_CHANNELS_NP 4