From e93c24df6f88b89253df8f2c48d4ad258bd6d79f Mon Sep 17 00:00:00 2001 From: Joseph Duchesne Date: Mon, 22 Mar 2021 09:31:54 -0400 Subject: [PATCH] Fixed small typo --- avrpins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avrpins.h b/avrpins.h index 6e4ef085..89127f19 100644 --- a/avrpins.h +++ b/avrpins.h @@ -1318,7 +1318,7 @@ public: \ }; // Based on variants/feather_nrf52840_express/variant.cpp -// g_ADigitalPinMap ould be used directly, but it would be slower +// g_ADigitalPinMap could be used directly, but it would be slower MAKE_PIN(P0, (25)); MAKE_PIN(P1, (24)); MAKE_PIN(P2, (10));