Dear Segger Team,
I have edited some color definitions in GUI.h. After recompilation I am now getting errors in an unexpected location.
The 24 lines under
#define DECLARE_CREATE_FROM_STREAM(ID) int GUI_CreateBitmapFromStream##ID(GUI_BITMAP * pBMP, GUI_LOGPALETTE * pPAL, const void * p);
are replaced by
const void
which produces a declaration error.
If I uncomment this whole section the compiliation runs normally.
I am not sure, however, what caused this problem after many years without it.
I am using STM32CubeIDE 1.9.0.
Best regards
Jan
I have edited some color definitions in GUI.h. After recompilation I am now getting errors in an unexpected location.
The 24 lines under
#define DECLARE_CREATE_FROM_STREAM(ID) int GUI_CreateBitmapFromStream##ID(GUI_BITMAP * pBMP, GUI_LOGPALETTE * pPAL, const void * p);
are replaced by
const void
which produces a declaration error.
If I uncomment this whole section the compiliation runs normally.
I am not sure, however, what caused this problem after many years without it.
I am using STM32CubeIDE 1.9.0.
Best regards
Jan