Skip to content

Commit d37c739

Browse files
committed
Added missing ADR_ENCLOCAL_CPR to address list
1 parent b6eaf4f commit d37c739

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Firmware/FFBoard/UserExtensions/Inc/eeprom_addresses.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
#include "main.h"
1212
// Change this to the amount of currently registered variables
13-
#define NB_OF_VAR 96
13+
#define NB_OF_VAR 97
1414
extern const uint16_t VirtAddVarTab[NB_OF_VAR];
1515

1616
// Amount of variables in exportable list
17-
#define NB_EXPORTABLE_ADR 82
17+
#define NB_EXPORTABLE_ADR 83
1818
extern const uint16_t exportableFlashAddresses[NB_EXPORTABLE_ADR];
1919

2020

Firmware/FFBoard/UserExtensions/Src/eeprom_addresses.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ const uint16_t VirtAddVarTab[NB_OF_VAR] =
3030
ADR_SPI_BTN_1_CONF, ADR_SPI_BTN_1_CONF_2,
3131
ADR_SPI_BTN_2_CONF, ADR_SPI_BTN_2_CONF_2,
3232

33+
ADR_ENCLOCAL_CPR,
34+
3335
ADR_CF_FILTER, ADR_AXIS_COUNT, ADR_AXIS_EFFECTS1, ADR_AXIS_EFFECTS2,
3436

3537
ADR_AXIS1_CONFIG, ADR_AXIS1_POWER, ADR_AXIS1_DEGREES, ADR_AXIS1_ENDSTOP,ADR_AXIS1_EFFECTS1,
@@ -71,6 +73,8 @@ const uint16_t exportableFlashAddresses[NB_EXPORTABLE_ADR] = {
7173
ADR_SPI_BTN_1_CONF, ADR_SPI_BTN_1_CONF_2,
7274
ADR_SPI_BTN_2_CONF, ADR_SPI_BTN_2_CONF_2,
7375

76+
ADR_ENCLOCAL_CPR,
77+
7478
ADR_CF_FILTER, ADR_AXIS_COUNT, ADR_AXIS_EFFECTS1, ADR_AXIS_EFFECTS2,
7579

7680
ADR_AXIS1_CONFIG, ADR_AXIS1_POWER, ADR_AXIS1_DEGREES, ADR_AXIS1_ENDSTOP,ADR_AXIS1_EFFECTS1,

0 commit comments

Comments
 (0)