SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabled

This commit is contained in:
Gregory Nutt
2014-05-15 11:41:58 -06:00
parent 83828d5fe3
commit 1b39aff8b4
3 changed files with 12 additions and 6 deletions
+3
View File
@@ -7338,3 +7338,6 @@
* arch/arm/src/stm32/stm32_i2c_alt.c: Add an alternative I2C implementation
for the STM32 F03 that works around errata in that part. From Patrizio
Simona (2014-5-14).
* arch/arm/src/sam34/sam_gpio.c: Fix some SAM4E compiler errors when
CONFIG_DEBUG_GPIO is enabled (2014-5-15).