Skip to content

Commit 53bdb0b

Browse files
committed
Adjusted the Responses in ZumoSpecifications
1 parent f9cbfd1 commit 53bdb0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ZumoOta/src/Zumo32U4Specification.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ namespace Zumo32U4Specification
141141
static const uint8_t EXPECTED_PROGRAMMER_TYPE[] = {0x53};
142142

143143
/** The expected supported device code */
144-
static const uint8_t EXPECTED_DEVICE_CODE[] = {0x44};
144+
static const uint8_t EXPECTED_DEVICE_CODE[] = {0x44, 0x00};
145145

146146
/** The expected result when checking if bootloader supports auto incrementing page byte addresses */
147147
static const uint8_t EXPECTED_SUPPORTS_AUTO_MEM_ADDR_INC[] = {0x59};
148148

149149
/** The expected block size result in bytes when checking if bootloader supports page/block flashing */
150-
static const uint8_t EXPECTED_BLOCK_BUFFER_SIZE[] = {0x59};
150+
static const uint8_t EXPECTED_BLOCK_BUFFER_SIZE[] = {0x59, 0x00, 0x80};
151151

152152
/** The expected AVR low byte fuse value */
153153
static const uint8_t EXPECTED_LSB_FUSE_VALUE [] = {0xFF};

0 commit comments

Comments
 (0)