Skip to content

Commit

Permalink
Update eeprom.c
Browse files Browse the repository at this point in the history
Changed back
  • Loading branch information
Protoneer committed Mar 12, 2013
1 parent 058cf3f commit 7bb20a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eeprom.c
Expand Up @@ -71,7 +71,7 @@ unsigned char eeprom_get_char( unsigned int addr )
* \param addr EEPROM address to write to.
* \param new_value New EEPROM value.
*/
void eeprom_put_char( unsigned int addr, char new_value )
void eeprom_put_char( unsigned int addr, unsigned char new_value )
{
char old_value; // Old EEPROM value.
char diff_mask; // Difference mask, i.e. old value XOR new value.
Expand Down

0 comments on commit 7bb20a7

Please sign in to comment.