zephyr/drivers
Michael Scott fe99cfe630 drivers: gpio: stm32: fix CONFIG_SOC_SERIES_STM32F4X build break
The commit c90e4d063be0ff5f47df45ca8500eff8518c5d25 changed
line 216 in drivers/gpio/gpio_stm32.c:
-elif CONFIG_SOC_SERIES_STM32F4X
+#elif /* CONFIG_SOC_SERIES_STM32F4X */

This causes the following compiler error:
zephyr/drivers/gpio/gpio_stm32.c:218:39: error: #elif with no expression
 #elif /* CONFIG_SOC_SERIES_STM32F4X */
                                       ^

Change-Id: Ie8b124931e333aa7860e6db22f5c259670e29833
Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-01-23 15:15:53 -06:00
..
adc license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
aio license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
bluetooth Bluetooth: SPI: Replace Apache boilerplate with SPDX tag 2017-01-19 08:04:16 +02:00
clock_control license: Replace Apache boilerplate with SPDX tag 2017-01-23 15:15:53 -06:00
console license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
counter license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
dma license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ethernet drivers/ethernet: Update default GPIO pin for the ENC28J60 module 2017-01-20 16:23:17 +02:00
flash license: Replace Apache boilerplate with SPDX tag 2017-01-23 15:15:53 -06:00
gpio drivers: gpio: stm32: fix CONFIG_SOC_SERIES_STM32F4X build break 2017-01-23 15:15:53 -06:00
grove license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
i2c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ieee802154 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
interrupt_controller exti/stm32: add support for F334 & F373 MCUs 2017-01-23 15:15:52 -06:00
ipm license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pci license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pinmux license: Replace Apache boilerplate with SPDX tag 2017-01-23 15:15:53 -06:00
pwm license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
random license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rtc license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
sensor sensor: fxos8700: fix missing dependency in Kconfig 2017-01-20 14:40:40 +00:00
serial serial: k64: Remove the uart_k20 driver 2017-01-23 15:15:53 -06:00
shared_irq license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
slip net: slip: Do not remove fragments when sending data 2017-01-20 16:23:17 +02:00
spi license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
timer license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
usb license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
watchdog drivers: QMSI WDT: simplify driver reentrancy code using IS_ENABLED macro 2017-01-19 16:48:42 -08:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile net: Make native IP stack the default 2016-12-02 12:41:17 +02:00