From d157b5cad2c0a47d210f6c78c2362ecca1d4327b Mon Sep 17 00:00:00 2001 From: Jeff Wang Date: Thu, 28 Jan 2021 12:46:42 -0800 Subject: [PATCH] README.md: small grammatical fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9da90a..0f023f7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ the purpose of playing with/testing particular areas of functionality (mostly au Finally, you may wonder why many of these demos set the system clock to 48Mhz. The reason is that until we had physical chips, we were running at a fixed 48Mhz system clock using an FPGA. Most of these examples were written before the -RP2040 design was final, so were all developed with that fixed 48MHz system clock. As a result some of the examples do things in a way +RP2040 design was final, so they were all developed with that fixed 48MHz system clock. As a result some of the examples do things in a way that you wouldn't necessarily need to if you had more clock speed available (which you do), but on the plus side, you have that much more time to do even more things!