Skip to content

Commit a8e93e8

Browse files
author
SimonePDA
authored
Merge pull request #278 from sebuls/patch-3
Remove a backquote
2 parents 1bc18fd + 2c50d4a commit a8e93e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Variables/Utilities/PROGMEM.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PROGMEM is part of the http://www.nongnu.org/avr-libc/user-manual/group\__avr__p
2929

3030
[float]
3131
=== Syntax
32-
const dataType variableName[] PROGMEM = {data0, data1, data3...};`
32+
const dataType variableName[] PROGMEM = {data0, data1, data3...};
3333

3434
`dataType` - any variable type
3535
`variableName` - the name for your array of data
@@ -219,4 +219,4 @@ Serial.print(F("Write something on the Serial Monitor that is stored in FLASH"))
219219
* #DEFINITION# link:../../data-types/string[string]
220220

221221
--
222-
// SEE ALSO SECTION ENDS
222+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)