We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c397e5c commit 7c430c1Copy full SHA for 7c430c1
1 file changed
main.cpp
@@ -84,18 +84,6 @@ static __forceinline int __builtin_ctz(unsigned x) {
84
#define OTP_ROW_COUNT (OTP_PAGE_COUNT * OTP_PAGE_ROWS)
85
#define OTP_SPECIAL_PAGES 3
86
87
-// Support for SDK 2.1.0 & SDK 2.1.1 -----
88
-#ifndef CYW43_FIRMWARE_FAMILY_ID
89
-#define CYW43_FIRMWARE_FAMILY_ID 0xe48bff55u
90
-#endif
91
-#ifndef BOOTROM_FAMILY_ID_MIN
92
-#define BOOTROM_FAMILY_ID_MIN RP2040_FAMILY_ID
93
94
-#ifndef BOOTROM_FAMILY_ID_MAX
95
-#define BOOTROM_FAMILY_ID_MAX RP2350_ARM_NS_FAMILY_ID
96
97
-// ------
98
-
99
using std::string;
100
using std::vector;
101
using std::pair;
0 commit comments