diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 14:33:37 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 14:33:37 +0000 |
commit | 1cbf7b6019cc8e06e40fba55ad2d7c81fdd1bb3c (patch) | |
tree | 159cd92cc4d2984785c4dcde698a19ce49b1802b /testhal/STM32/STM32L1xx | |
parent | be8e0803869805868286913d3354c8a76635872b (diff) | |
download | ChibiOS-1cbf7b6019cc8e06e40fba55ad2d7c81fdd1bb3c.tar.gz ChibiOS-1cbf7b6019cc8e06e40fba55ad2d7c81fdd1bb3c.tar.bz2 ChibiOS-1cbf7b6019cc8e06e40fba55ad2d7c81fdd1bb3c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8680 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L1xx')
-rw-r--r-- | testhal/STM32/STM32L1xx/ADC/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32L1xx/DAC/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32L1xx/EXT/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32L1xx/PWM-ICU/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32L1xx/SPI/halconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32/STM32L1xx/UART/halconf.h | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32/STM32L1xx/ADC/halconf.h b/testhal/STM32/STM32L1xx/ADC/halconf.h index cf3d9b81e..f8b4e8c77 100644 --- a/testhal/STM32/STM32L1xx/ADC/halconf.h +++ b/testhal/STM32/STM32L1xx/ADC/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32L1xx/DAC/halconf.h b/testhal/STM32/STM32L1xx/DAC/halconf.h index 75a64cc1a..0f6406af1 100644 --- a/testhal/STM32/STM32L1xx/DAC/halconf.h +++ b/testhal/STM32/STM32L1xx/DAC/halconf.h @@ -322,6 +322,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32L1xx/EXT/halconf.h b/testhal/STM32/STM32L1xx/EXT/halconf.h index 00baf58fd..72feead07 100644 --- a/testhal/STM32/STM32L1xx/EXT/halconf.h +++ b/testhal/STM32/STM32L1xx/EXT/halconf.h @@ -329,6 +329,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h b/testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h index 57116c74c..1132e12c8 100644 --- a/testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h +++ b/testhal/STM32/STM32L1xx/IRQ_STORM/halconf.h @@ -329,6 +329,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32L1xx/PWM-ICU/halconf.h b/testhal/STM32/STM32L1xx/PWM-ICU/halconf.h index 9643737e1..d831473bc 100644 --- a/testhal/STM32/STM32L1xx/PWM-ICU/halconf.h +++ b/testhal/STM32/STM32L1xx/PWM-ICU/halconf.h @@ -329,6 +329,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32L1xx/SPI/halconf.h b/testhal/STM32/STM32L1xx/SPI/halconf.h index c8c9b2e7f..81a4e30c3 100644 --- a/testhal/STM32/STM32L1xx/SPI/halconf.h +++ b/testhal/STM32/STM32L1xx/SPI/halconf.h @@ -329,6 +329,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
diff --git a/testhal/STM32/STM32L1xx/UART/halconf.h b/testhal/STM32/STM32L1xx/UART/halconf.h index 8a0009e86..cc55e71d1 100644 --- a/testhal/STM32/STM32L1xx/UART/halconf.h +++ b/testhal/STM32/STM32L1xx/UART/halconf.h @@ -329,6 +329,7 @@ */
#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__)
#define SERIAL_USB_BUFFERS_NUMBER 2
+#endif
/*===========================================================================*/
/* SPI driver related settings. */
|