We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d68c7c commit 8976588Copy full SHA for 8976588
FAQ.md
@@ -30,7 +30,7 @@ To solve this, install _Microsoft Visual C++ 2010 Redistributable_ to get `MSVC
30
### How do I know which (stm32duino/libmaple) core am I running on?
31
32
try this code
33
-```
+```C++
34
void setup() {
35
Serial.begin();
36
}
0 commit comments