Skip to content

Commit 0a7c413

Browse files
authored
Update Inkplate.h
1 parent 2690bdf commit 0a7c413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Inkplate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Inkplate : public System, public Graphics
6868
#if defined(ARDUINO_INKPLATE10) || defined(ARDUINO_INKPLATE10V2)
6969
void changeWaveform(uint8_t *_wf);
7070
uint8_t calculateChecksum(struct waveformData _w);
71-
bool getWaveform1mEEPROM(struct waveformData *_w);
71+
bool getWaveformFromEEPROM(struct waveformData *_w);
7272
void burnWaveformToEEPROM(struct waveformData _w);
7373
#endif
7474
bool begin(void);
@@ -197,4 +197,4 @@ class Inkplate : public System, public Graphics
197197
#endif
198198
};
199199

200-
#endif
200+
#endif

0 commit comments

Comments
 (0)