Skip to content

Commit 758aa2e

Browse files
authored
corrected the accidentally swapped PE5 & PE6
1 parent c15f298 commit 758aa2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lgt8f/variants/standard/pins_arduino.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -384,16 +384,16 @@ const uint8_t PROGMEM digital_pin_to_bit_mask_PGM[] = {
384384
_BV(1), /* 33, port F1 */
385385
_BV(2), /* 34, port F2 */
386386
_BV(3), /* 35, port F3 */
387-
_BV(4), /* 34, port F4 */
388-
_BV(5), /* 34, port F5 */
389-
_BV(6), /* 34, port F6 */
390-
_BV(7), /* 34, port F7 */
387+
_BV(4), /* 36, port F4 */
388+
_BV(5), /* 37, port F5 */
389+
_BV(6), /* 38, port F6 */
390+
_BV(7), /* 39, port F7 */
391391
#else
392392
_BV(0), /* 22, port E0 */
393393
_BV(2), /* 23, port E2 */
394394
_BV(4), /* 24, port E4 */
395-
_BV(5), /* 26, port E5 */
396395
_BV(6), /* 25, port E6 */
396+
_BV(5), /* 26, port E5 */
397397
_BV(6), /* 27, port C6 */
398398
#endif
399399
#endif

0 commit comments

Comments
 (0)