Skip to content

Commit f505c47

Browse files
committed
last easy-to-fix warning
1 parent 076fb58 commit f505c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

M4_Eyes/M4_Eyes.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void setup() {
163163
// config1.eye, config2.eye or config3.eye instead). Keep fingers clear
164164
// of the nose booper when doing this...it self-calibrates on startup.
165165
// DO THIS BEFORE THE SPLASH SO IT DOESN'T REQUIRE A LENGTHY HOLD.
166-
char *filename = "config.eye";
166+
char *filename = (char *)"config.eye";
167167

168168
uint32_t buttonState = arcada.readButtons();
169169
if((buttonState & ARCADA_BUTTONMASK_UP) && arcada.exists("config1.eye")) {

0 commit comments

Comments
 (0)