2019-01-14 06:17 AM
What is the meaning and root cause of following error:
#error cgstm8 xsnprintf.c:195 >123<@generate() PANIC! MOVCNT
I am trying to build a custom printf routine. This shows up only after I change the type of some parameters.
2019-01-14 08:11 AM
Try looking at the offending source code lines to understand the #ifdef tree or whatever that go you to the #error line...