Skip to content

Commit

Permalink
Change straggling NOTE_LOWMEM reference to NOTE_C_LOW_MEM. (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenroche5 authored Feb 1, 2024
1 parent 79d96c7 commit c3a915f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoteI2c_Arduino.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "NoteI2c_Arduino.hpp"

#if defined(NOTE_LOWMEM)
#if defined(NOTE_C_LOW_MEM)
static const char *i2cerr = "i2c {io}";
#endif

Expand Down

0 comments on commit c3a915f

Please sign in to comment.