Skip to content

Commit d35d1b3

Browse files
authored
Fix path + typo in README.md (#347)
* Fix path + typo in README.md * Remove incorrect path change * Remove typo
1 parent 4c83c10 commit d35d1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Raspberry Pi Pico SDK (henceforth the SDK) provides the headers, libraries a
44
necessary to write programs for the RP2040-based devices such as the Raspberry Pi Pico
55
in C, C++ or assembly language.
66

7-
The SDK is designed to provide an API and programming environment that is familiar both to non-embedded C developers and embedded C developers alike.
7+
The SDK is designed to provide an API and programming environment that is familiar both to non-embedded C developers and embedded C developers alike.
88
A single program runs on the device at a time and starts with a conventional `main()` method. Standard C/C++ libraries are supported along with
99
C level libraries/APIs for accessing all of the RP2040's hardware include PIO (Programmable IO).
1010

0 commit comments

Comments
 (0)