Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deroo
Nano33BLE-flash
Commits
92db7994
Commit
92db7994
authored
Aug 24, 2021
by
deroo
Browse files
fix typo in README
parent
64c83d0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
92db7994
...
...
@@ -62,7 +62,7 @@ If outside of any function, the scope is global (all functions can see the array
The second step is to specify where and how big the array is.
This is done using a macro:
NANO33BLE_PUT_ARRAY_IN_FLASH(
\<
datatype
\>
,
\<
arrayName
\>
,
\<
numberOfArrayElements
\>
)
such as
such as
NANO33BLE_PUT_ARRAY_IN_FLASH( double, arrayInFlash, 200 )
to put the array named "arrayInFlash", previously defined to be an array of doubles, into flash memory such that it can hold up to 200 elements.
The order of the three arguments is meant to match the order of arguments for declaring an array in RAM, which is:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment