Skip to content

Commit 24ea260

Browse files
Linter
1 parent a555a62 commit 24ea260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/getting-started-C/getting-started-C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can at any point revert back to the MicroPython programming eviroment by fol
6565

6666
Let's confirm our firmware is correctly installed. For this we will create a simple sketch that prints the firmware version using the ```get_version()``` function:
6767

68-
```C
68+
```c++
6969
#include "Arduino_Alvik.h"
7070

7171
Arduino_Alvik alvik;

0 commit comments

Comments
 (0)