Fix #endif with missing #if condition. Reported by Andrew Bradford

This commit is contained in:
Gregory Nutt
2013-08-23 16:40:30 -06:00
parent 7c5f8c86ce
commit 2d5313a931
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -5431,4 +5431,6 @@
SourceForge bug #16 Fix IO pin map. Add CONFIG_SERIAL_TERMIOS support.
Also fixes some STM32 F4 Timer 8 pin configurations. From CCTSAO
(2013-8-23).
* arch/arm/src/lpc17xx/lpc17_usbhost.h: Fix #endif with missing #if
condition. Reported by Andrew Bradford (2013-8-23).
+2
View File
@@ -50,6 +50,8 @@
* Public Types
************************************************************************************/
#ifndef __ASSEMBLY__
/************************************************************************************
* Public Data
************************************************************************************/
+1 -1
View File
@@ -115,7 +115,7 @@ extern "C" {
*
***********************************************************************************/
EXTERN void stm32_usbhost_vbusdrive(int iface, bool enable);
void stm32_usbhost_vbusdrive(int iface, bool enable);
#undef EXTERN
#if defined(__cplusplus)