Skip to content

Commit ace1d7d

Browse files
committed
Merge branch 'master' of github.com:FujiNetWIFI/fujinet-platformio
2 parents 114137c + 2f7efcb commit ace1d7d

35 files changed

+6122
-65
lines changed
File renamed without changes.
0 Bytes
Binary file not shown.
632 KB
Binary file not shown.

include/pinmap/mac_rev0.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
#define SP_ACK GPIO_NUM_27
5656
#define SP_RDDATA GPIO_NUM_4 // tri-state gate enable line
5757
#define SP_WRDATA GPIO_NUM_22
58-
// TODO: go through each line and make sure the code is OK for each one before moving to next
5958
#define SP_WREQ GPIO_NUM_26
6059
#define SP_DRIVE1 GPIO_NUM_36
6160
#define SP_DRIVE2 GPIO_NUM_21
@@ -69,4 +68,5 @@
6968
#endif // MASTERIES_SPI_FIX
7069

7170
#define SP_EXTRA SP_DRIVE2 // For extra debugging with logic analyzer
72-
#endif /* PINMAP_A2_REV0 */
71+
#endif /* PINMAP_MAC_REV0 */
72+

0 commit comments

Comments
 (0)