illumination: fix pwm values eeprom position (were mixed with frequency)
This commit is contained in:
parent
30eb93c8da
commit
d3bdccad13
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const uint16_t eeprom_offset = 100;
|
|||
const uint8_t pwm_led_pins[] = WIRING_PWM_LEDS;
|
||||
const uint16_t cc_value_eeprom = eeprom_offset;
|
||||
const uint16_t pwm_frequency_eeprom = cc_value_eeprom + sizeof(uint8_t);
|
||||
const uint16_t pwm_values_eeprom = pwm_frequency_eeprom + sizeof(uint16_t);
|
||||
const uint16_t pwm_values_eeprom = pwm_frequency_eeprom + sizeof(uint32_t);
|
||||
|
||||
uint32_t pwm_frequency;
|
||||
uint8_t cc_value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue