File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ ifeq ($(MCU_SUB_VARIANT),nrf52)
112
112
CFLAGS += -DDFU_APP_DATA_RESERVED=7*4096
113
113
else ifeq ($(MCU_SUB_VARIANT),nrf52833)
114
114
SD_NAME = s140
115
- DFU_DEV_REV = 52840
115
+ DFU_DEV_REV = 52833
116
116
CFLAGS += -DNRF52833_XXAA -DS140
117
117
CFLAGS += -DDFU_APP_DATA_RESERVED=7*4096
118
118
else ifeq ($(MCU_SUB_VARIANT),nrf52840)
Original file line number Diff line number Diff line change 83
83
*/
84
84
#define ADAFRUIT_DEVICE_TYPE 0x0052
85
85
86
- #if defined(NRF52840_XXAA ) || defined( NRF52833_XXAA )
86
+ #if defined(NRF52840_XXAA )
87
87
#define ADAFRUIT_DEV_REV 52840
88
+ #elif defined(NRF52833_XXAA )
89
+ #define ADAFRUIT_DEV_REV 52833
88
90
#elif defined NRF52832_XXAA
89
91
#define ADAFRUIT_DEV_REV 0xADAF
90
92
#else
You can’t perform that action at this time.
0 commit comments