Skip to content

Commit 7c430c1

Browse files
committed
Revert "support compile with SDK 2.1.0 and SDK 2.1.1 (#257)"
This reverts commit 7c55234.
1 parent c397e5c commit 7c430c1

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

main.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,6 @@ static __forceinline int __builtin_ctz(unsigned x) {
8484
#define OTP_ROW_COUNT (OTP_PAGE_COUNT * OTP_PAGE_ROWS)
8585
#define OTP_SPECIAL_PAGES 3
8686

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-
#endif
94-
#ifndef BOOTROM_FAMILY_ID_MAX
95-
#define BOOTROM_FAMILY_ID_MAX RP2350_ARM_NS_FAMILY_ID
96-
#endif
97-
// ------
98-
9987
using std::string;
10088
using std::vector;
10189
using std::pair;

0 commit comments

Comments
 (0)