Closed apapillon closed 3 years ago
@apapillon Thank you for reporting the issue and suggesting a fix for the same. We have created an internal ticket to look into the issue.
MHC is updated to resolve locale issue. Hence, closing the PR.
In Italy it still generates bad code with comma. As I read here https://freemarker.apache.org/docs/ref_builtins_number.html , the solution seems the following:
MHC generate code decimal number for SYS_TICK_FREQ. With french locale, Freemaker produce all decimal numbers with comma that generate compile errors.
For example :
#define SYS_TIME_TICK_FREQ_IN_HZ 1000,08
Result