Replies: 4 comments
-
@cloud1242 Could you look in the lines above this error for one that has the defines on the line, like -Dblahblah; they tend to be the longest line and include many defines. specifically -DF_CPU=* and -D__MKL26Z64__. With the Teensy LC, only 48Mhz is supported, it should give a compile error stating this if you set it to anything else. |
Beta Was this translation helpful? Give feedback.
-
edit the file "NeoArmMethod.h", goto line 337, at the end add a semicolon like
I wish the team who supports the Teensy Arduino boards would make their board support installable through the Boards Manager. Its such a pain to install and keep upto date for those of us who want to support them but don't actively use it. |
Beta Was this translation helpful? Give feedback.
-
Hey Makuna, Thank you for the swift reply. I helped me to track the line ending down when I simply could not on my own. Cheers! |
Beta Was this translation helpful? Give feedback.
-
I am sure there is a better way to raise this issue but, I believe I have encountered a compatibility issue with the Teensy LC (the error only shows if I compile for LC at 48 Mhz, Uno is fine). Here is the resulting error:
Hope this isn't a waste of time!
***Edit: I wrote 46 Mhz, this should have been 48 Mhz.
Beta Was this translation helpful? Give feedback.
All reactions