Skip to content

Commit 2c50d4a

Browse files
authored
Remove a backquote
1 parent 7ffbfd6 commit 2c50d4a

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)