Skip to content
Snippets Groups Projects
Commit 33d8c8ce authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fix compiler warning.

parent 9f0018b8
Branches
Tags
No related merge requests found
Pipeline #54 passed with stage
......@@ -74,7 +74,7 @@ void settings_read_eeprom(void){
}
void settings_write_eeprom(void){
nvm_eeprom_load_page_to_buffer(&settings);
nvm_eeprom_load_page_to_buffer((uint8_t*)&settings);
nvm_eeprom_atomic_write_page(SETTINGS_EEPROM_OFFSET_ADDR);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment