Skip to content

Commit c3a915f

Browse files
authored
Change straggling NOTE_LOWMEM reference to NOTE_C_LOW_MEM. (#126)
1 parent 79d96c7 commit c3a915f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NoteI2c_Arduino.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "NoteI2c_Arduino.hpp"
22

3-
#if defined(NOTE_LOWMEM)
3+
#if defined(NOTE_C_LOW_MEM)
44
static const char *i2cerr = "i2c {io}";
55
#endif
66

0 commit comments

Comments
 (0)