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
44e8cf3e
Commit
44e8cf3e
authored
Sep 19, 2021
by
deroo
Browse files
Merge 'master' gitlab.eecs..:deroo/nano33ble-flash
parents
9378cd70
2f80bed9
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/BLEflashExplore/BLEflashExplore.ino
View file @
44e8cf3e
...
...
@@ -12,7 +12,7 @@ NANO33BLE_DECLARE(double,doubleArrayInFlash);
//double *doubleArrayInFlash;
//double arrayInFlash[SZ_ARRAY]; // this form of declaration cannot be reassigned to flash
int
intArrayInRAM
[
SZ_ARRAY
];
NANO33BLE_DECLARE
(
int
,
intArrayInFlash
);
NANO33BLE_DECLARE
(
int
,
intArrayInFlash
);
//int *intArrayInFlash;
// global variables
...
...
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