Skip to content

Commit 8976588

Browse files
committed
Updated FAQ (markdown)
1 parent 9d68c7c commit 8976588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To solve this, install _Microsoft Visual C++ 2010 Redistributable_ to get `MSVC
3030
### How do I know which (stm32duino/libmaple) core am I running on?
3131

3232
try this code
33-
```
33+
```C++
3434
void setup() {
3535
Serial.begin();
3636
}

0 commit comments

Comments
 (0)