Skip to content

Commit 88aeb47

Browse files
committed
Fixed wrongly formatted Das F()-Makro in PROGMEM
Fixes arduino/reference-de#267.
1 parent 107ce8c commit 88aeb47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Language/Variables/Utilities/PROGMEM.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ Der folgende Code wird funktionieren, wenn er in einer Funktion ausgeführt wird
176176
const static char long_str[] PROGMEM = "Hi, I would like to tell you a bit about myself.\n"
177177
----
178178

179-
=== Das F()-Makro
179+
[float]
180+
=== Das `F()`-Makro
180181

181182
Wenn eine Instruktion wie
182183

0 commit comments

Comments
 (0)