Skip to content

Commit

Permalink
Merge pull request #94 from AlexKlimaj/pr-remove-unused-save-eeprom-s…
Browse files Browse the repository at this point in the history
…ettings

Remove unused saveEEpromSettings from sounds.h
  • Loading branch information
AlkaMotors authored Oct 12, 2024
2 parents 02499ed + 94c4229 commit d95a9e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Inc/sounds.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void playDuskingTune(void);
void playDefaultTone(void);
void playChangedTone(void);

void saveEEpromSettings(void);
void setVolume(uint8_t volume);

extern void delayMillis(uint32_t millis);
Expand Down
1 change: 0 additions & 1 deletion Mcu/f415/Inc/sounds.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void playDuskingTune(void);
void playDefaultTone(void);
void playChangedTone(void);

void saveEEpromSettings(void);
void setVolume(uint8_t volume);

#endif /* SOUNDS_H_ */

0 comments on commit d95a9e9

Please sign in to comment.