I’ve created my own version of class display_n18.
I named the class display_n18_osre and the files DisplayN18_osre.h/.cpp
Now I get an conflict because the global symbol 'characters is defined twice.
DisplyN18.h is not included anywhere and it is not visible in the external dependencies.
So why is DisplayN18.cpp still compiled and how can I prevent this?
Edit: In my version I surrounded the characters array with the gadgeteering::modules namespace to prevent the conflict.
But there must be a better solution to handle such issues!?