SolderedElectronics/Inkplate-Arduino-library

dont mix #pragma once and #ifndef

tost11 opened this issue · 1 comments

tost11 commented

use one of those methods to prevent multiple definitions but not both in different file or worse both methods in the same file: e.g. HomePage.h

rsoric commented

Hi @tost11 ,

This one is also a valuable input and as I've said in my other comment it will be discussed for a new version of the library as soon as we get around to it. I'll notify you here if we end up doing this.