Skip to content

Commit be9306a

Browse files
committed
update eeprom constant
1 parent e793535 commit be9306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ namespace constants {
293293
static constexpr unsigned int dynamic_data_start = 10;
294294
static constexpr unsigned int sfr_data_start = 460;
295295
static constexpr unsigned int sfr_store_size = 5;
296-
static constexpr unsigned int sfr_num_fields = 92;
296+
static constexpr unsigned int sfr_num_fields = 93;
297297
static constexpr unsigned int sfr_data_full_offset = sfr_num_fields * sfr_store_size + 4;
298298
static constexpr unsigned int write_age_limit = 95000; // Must be less than 100000
299299

0 commit comments

Comments
 (0)