util: should include avr/eeprom.h
The file is calling eeprom_read_byte and should include avr/eeprom.h
This commit is contained in:
parent
9ae8beacc6
commit
f628c5f912
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue