Skip to content

Commit

Permalink
Missing avr/eeprom.h include (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudD-FR authored and njh committed Dec 10, 2018
1 parent 5b74591 commit 713e9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bufferfiller.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "bufferfiller.h"
#include <avr/eeprom.h>

void BufferFiller::emit_p(const char* fmt PROGMEM, ...) {
va_list ap;
Expand Down

0 comments on commit 713e9b0

Please sign in to comment.