schinken / Flash

An Arduino library for smoother, easier access to Flash data.
11 stars 6 forks source link

Using FLASH_STRING in other files leads to multiple definitions. #13

Open deathmock5 opened 7 years ago

deathmock5 commented 7 years ago

If I have a Source.ino that #include "SomeClass.h" and I put a FLASH_STRING in that Included file, You get a multiple definition error.

Proper include guards, ext. Idk.

Only way it works is to put it in the CPP file.

Possible bug?