Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
8d2cb61a
Commit
8d2cb61a
authored
13 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Minor documentation fixes.
parent
a436fbb6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
LUFA/Common/Common.h
+1
-1
1 addition, 1 deletion
LUFA/Common/Common.h
LUFA/Common/CompilerSpecific.h
+2
-3
2 additions, 3 deletions
LUFA/Common/CompilerSpecific.h
with
3 additions
and
4 deletions
LUFA/Common/Common.h
+
1
−
1
View file @
8d2cb61a
This diff is collapsed.
Click to expand it.
LUFA/Common/CompilerSpecific.h
+
2
−
3
View file @
8d2cb61a
...
@@ -78,10 +78,9 @@
...
@@ -78,10 +78,9 @@
*/
*/
#define GCC_MEMORY_BARRIER() __asm__ __volatile__("" ::: "memory");
#define GCC_MEMORY_BARRIER() __asm__ __volatile__("" ::: "memory");
/** Evaluates to boolean true if the specified value can be determined at compile time to be a constant value
/** Determines if the specified value can be determined at compile-time to be a constant value when compiling under GCC.
* when compiling under GCC.
*
*
* \param[in] x Value to check compile
time constantness of.
* \param[in] x Value to check compile
-
time constantness of.
*
*
* \return Boolean true if the given value is known to be a compile time constant, false otherwise.
* \return Boolean true if the given value is known to be a compile time constant, false otherwise.
*/
*/
...
...
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