Skip to content

Commit 8f9b97e

Browse files
code block syntax
1 parent 8dff3b3 commit 8f9b97e

File tree

1 file changed

+3
-2
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview

1 file changed

+3
-2
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview/api-overview.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,8 @@ while True:
721721

722722
```
723723
- **Reference for C++**
724-
```C
724+
725+
```c
725726
#include "Arduino_Alvik.h"
726727

727728
Arduino_Alvik alvik;
@@ -835,7 +836,7 @@ except KeyboardInterrupt as e:
835836

836837
- **Reference for C++**
837838

838-
```C
839+
```c
839840
/*
840841
This file is part of the Arduino_Alvik library.
841842

0 commit comments

Comments
 (0)