mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Fix #endif with missing #if condition. Reported by Andrew Bradford
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user