Skip to content

Make code actually compile#3

Open
per1234 wants to merge 2 commits intodgoersch:masterfrom
per1234:make-it-compile
Open

Make code actually compile#3
per1234 wants to merge 2 commits intodgoersch:masterfrom
per1234:make-it-compile

Conversation

@per1234
Copy link

@per1234 per1234 commented Apr 30, 2018

  • Rename wordclock_words.c to wordclock_words.h
  • Correct syntax of word initializations

Fixes #2

CC: @kashish796

per1234 added 2 commits April 30, 2018 16:13
Prior to this change, compilation would fail:

WordClock\WordClock.ino:8:29: fatal error: wordclock_words.h: No such file or directory

 #include "wordclock_words.h"
Prior to this change, compilation would fail:

arduino_build_605313\sketch\wordclock_words.c:44:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token

 const int min_ONE[]      {MIN1};

                          ^

etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant