fix for broken include in store_eeprom.cpp
Thanks to kmeehl
This commit is contained in:
parent
8b8f5bf474
commit
e65e0d23ee
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include <avr/pgmspace.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "sprinter.h"
|
||||
#include "Sprinter.h"
|
||||
#include "store_eeprom.h"
|
||||
#include "Configuration.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue