Skip to content

Commit 7a032e2

Browse files
authored
Update SpdReaderWriter.ino
1 parent 0d0cd24 commit 7a032e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firmware/SpdReaderWriter.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
#include <EEPROM.h>
1717
#include "SpdReaderWriterSettings.h" // Settings
1818

19-
#define VERSION 20211116 // Version number (YYYYMMDD)
19+
#define VERSION 20211119 // Version number (YYYYMMDD)
2020

21-
// RSWP RAM support bitmask
22-
#define DDR3 (1 << 3) // SA1+VHV controls
23-
#define DDR4 (1 << 4) // VHV control
21+
// RSWP RAM support bitmasks
2422
#define DDR5 (1 << 5) // Offline mode control
23+
#define DDR4 (1 << 4) // VHV control
24+
#define DDR3 (1 << 3) // VHV+SA1 controls
2525

2626
// SPD5 hub registers
2727
#pragma region SPD5 hub registers

0 commit comments

Comments
 (0)