Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
GerryL Regular Member Joined: 24/01/2019 Location: AustraliaPosts: 41
Posted: 01:01am 31 Dec 2020
Copy link to clipboard
Print this post
maybe one for Matherp, but in the ARMCFunctions.h file (release For CMM2 MMBasic V5.06.00) I note that uSecTimer function call of '#define uSecTimer ((unsigned long long _t (*)(void)) Vector_Timer)has a '_t' after the return type, it throws a compile error, removing it all works OK. I assume its not supposed to be there and is a remnant of uint64_t.