Skip to content

Commit

Permalink
Removed second delay on eeprom writes
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Jan 19, 2021
1 parent b45278e commit 5b928be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register_access.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ where
self.write_u16(command, 0)?;
delay.delay_ms(self.eeprom_write_delay_ms);
self.write_u16(command, data)?;
delay.delay_ms(self.eeprom_write_delay_ms);

Ok(())
}

Expand Down

0 comments on commit 5b928be

Please sign in to comment.