from https://github.com/X2Cscope/X2Cscope_library_make/blob/master/interface/X2Cscope.h ``` typedef const struct compilationDate_type{ uint8_t date[11]; uint8_t time[8]; }compilationDate_t; ``` Could you remove the `const`? It is up to the application to declare something as `const` or not.
from https://github.com/X2Cscope/X2Cscope_library_make/blob/master/interface/X2Cscope.h
Could you remove the
const? It is up to the application to declare something asconstor not.