fix documentation typo
This commit is contained in:
parent
c5751f8aec
commit
0746a13a52
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ As CircuitPython grows, there are more and more ways to contribute. Here are som
|
||||||
|
|
||||||
## Building CircuitPython: Getting started with C
|
## Building CircuitPython: Getting started with C
|
||||||
|
|
||||||
The CircuitPython core is implemented mostly in C. If you want to add suport
|
The CircuitPython core is implemented mostly in C. If you want to add support
|
||||||
for new boards, add features to the core, fix bugs in the core, or compile with
|
for new boards, add features to the core, fix bugs in the core, or compile with
|
||||||
special options (perhaps to make a debug build with UART logging), you will
|
special options (perhaps to make a debug build with UART logging), you will
|
||||||
need to install a development environment with build tools.
|
need to install a development environment with build tools.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue