mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed small typo
This commit is contained in:
parent
a56613ae66
commit
e93c24df6f
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ public: \
|
||||||
};
|
};
|
||||||
|
|
||||||
// Based on variants/feather_nrf52840_express/variant.cpp
|
// 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(P0, (25));
|
||||||
MAKE_PIN(P1, (24));
|
MAKE_PIN(P1, (24));
|
||||||
MAKE_PIN(P2, (10));
|
MAKE_PIN(P2, (10));
|
||||||
|
|
Loading…
Reference in a new issue