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
5cf2021c
Commit
5cf2021c
authored
Aug 20, 2021
by
deroo
Browse files
fixed more typos in README
parent
5ee9f84a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5cf2021c
...
...
@@ -56,8 +56,8 @@ and divide by 4096, rounding up.
Declare arrays in flash using a macro:
<br>
NANO33BLE_FLASH(
\<
datatype
\>
,
\<
arrayName
\>
,
\<
numberOfArrayElements
\>
)
<br>
such as
NANO33BLE_FLASH( int, arrayInFlash, 200 )
such as
<br>
NANO33BLE_FLASH( int, arrayInFlash, 200 )
<br>
to create an array named "arrayInFlash" of 200 ints.
The order of the three arguments is meant to match the order of arguments for declaring an array in RAM, which is:
<br>
\<
datatype
\>
\<
arrayName
\>
[
\<
numberOfArrayElements
\>
];
<br>
...
...
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