util: should include avr/eeprom.h

The file is calling eeprom_read_byte and should include avr/eeprom.h
This commit is contained in:
gudnimg 2024-08-06 13:59:49 +00:00 committed by Guðni Már Gilbert
parent 9ae8beacc6
commit f628c5f912
1 changed files with 1 additions and 0 deletions

View File

@ -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"