Skip to content
Snippets Groups Projects
Commit 2d5313a9 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent 7c5f8c86
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......@@ -50,6 +50,8 @@
* Public Types
************************************************************************************/
#ifndef __ASSEMBLY__
/************************************************************************************
* Public Data
************************************************************************************/
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment