Skip to content

Commit

Permalink
util: should include avr/eeprom.h
Browse files Browse the repository at this point in the history
The file is calling eeprom_read_byte and should include avr/eeprom.h
  • Loading branch information
gudnimg committed Aug 8, 2024
1 parent ff891b2 commit a23b7bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firmware/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "sound.h"
#include "language.h"
#include "util.h"
#include <avr/eeprom.h>
#include <avr/pgmspace.h>
#include "Prusa_farm.h"

Expand Down

0 comments on commit a23b7bc

Please sign in to comment.