Skip to content

Commit bbe5d88

Browse files
author
Stefania
authored
Merge pull request #42 from per1234/remove-backquote
Remove a backquote
2 parents 8a45f47 + cd2205d commit bbe5d88

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)