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
b28bf55f
Commit
b28bf55f
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic spacing change
parent
670ac9fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/nuttx/compiler.h
+10
-10
10 additions, 10 deletions
include/nuttx/compiler.h
with
10 additions
and
10 deletions
include/nuttx/compiler.h
+
10
−
10
View file @
b28bf55f
...
...
@@ -136,11 +136,11 @@
/* Select the small, 16-bit addressing model */
# define
CONFIG_SMALL_MEMORY 1
# define CONFIG_SMALL_MEMORY 1
/* Long and int are not the same size */
# define
CONFIG_LONG_IS_NOT_INT 1
# define CONFIG_LONG_IS_NOT_INT 1
/* Pointers and int are the same size */
...
...
@@ -156,17 +156,17 @@
# else
/* No I-space access qualifiers */
# define IOBJ
# define IPTR
#
define IOBJ
#
define IPTR
# endif
/* Select the small, 16-bit addressing model */
/* Select the small, 16-bit addressing model
(for D-Space)
*/
# define
CONFIG_SMALL_MEMORY 1
# define CONFIG_SMALL_MEMORY 1
/* Long and int are not the same size */
# define
CONFIG_LONG_IS_NOT_INT 1
# define CONFIG_LONG_IS_NOT_INT 1
/* Pointers and int are the same size */
...
...
@@ -186,7 +186,7 @@
/* Select the small, 16-bit addressing model */
# define
CONFIG_SMALL_MEMORY 1
# define CONFIG_SMALL_MEMORY 1
/* Normally, mc68hc1x code is compiled with the -mshort option
* which results in a 16-bit integer. If -mnoshort is defined
...
...
@@ -196,7 +196,7 @@
# if __INT__ == 16
/* int is 16-bits, long is 32-bits */
# define
CONFIG_LONG_IS_NOT_INT 1
# define CONFIG_LONG_IS_NOT_INT 1
/* Pointers and int are the same size (16-bits) */
...
...
@@ -208,7 +208,7 @@
/* Pointers and int are NOT the same size */
# define
CONFIG_PTR_IS_NOT_INT 1
# define CONFIG_PTR_IS_NOT_INT 1
# endif
#else
...
...
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