Skip to content

Commit

Permalink
More eeconfig conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Sep 2, 2024
1 parent 0a44391 commit 7f01d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/eeprom/eeprom_transient.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
The size of the transient EEPROM buffer size.
*/
#ifndef TRANSIENT_EEPROM_SIZE
# include "eeconfig.h"
# include "nvm_eeconfig_eeprom.h"
# define TRANSIENT_EEPROM_SIZE (((EECONFIG_SIZE + 3) / 4) * 4) // based off eeconfig's current usage, aligned to 4-byte sizes, to deal with LTO
#endif
2 changes: 1 addition & 1 deletion quantum/eeconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void eeconfig_init_quantum(void) {
#endif

#ifdef LED_MATRIX_ENABLE
led_matrix_config_t led_matrix_config = {0};
led_eeconfig_t led_matrix_config = {0};
eeconfig_update_led_matrix(&led_matrix_config);
#endif // LED_MATRIX_ENABLE

Expand Down

0 comments on commit 7f01d29

Please sign in to comment.