Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
2d5313a9
Commit
2d5313a9
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix #endif with missing #if condition. Reported by Andrew Bradford
parent
7c5f8c86
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
arch/arm/src/lpc17xx/lpc17_usbhost.h
+2
-0
2 additions, 0 deletions
arch/arm/src/lpc17xx/lpc17_usbhost.h
arch/arm/src/stm32/stm32_usbhost.h
+1
-1
1 addition, 1 deletion
arch/arm/src/stm32/stm32_usbhost.h
with
5 additions
and
1 deletion
ChangeLog
+
2
−
0
View file @
2d5313a9
...
...
@@ -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).
This diff is collapsed.
Click to expand it.
arch/arm/src/lpc17xx/lpc17_usbhost.h
+
2
−
0
View file @
2d5313a9
...
...
@@ -50,6 +50,8 @@
* Public Types
************************************************************************************/
#ifndef __ASSEMBLY__
/************************************************************************************
* Public Data
************************************************************************************/
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/stm32/stm32_usbhost.h
+
1
−
1
View file @
2d5313a9
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment