Picomite/PicoMiteVGA V5.07.05 release candidates


Author Message
disco4now

Guru

Joined: 18/12/2014
Location: Australia
Posts: 786
Posted: 06:27am 21 Sep 2022      

I think the PicoCFunctions.h is missing the update for uSec(a) macro.
Should be (unsigned long long)
The PicoCFunctions.h file on github is an old one so has not been uploaded for a while.



//#define uSec(a)              ((void (*)(unsigned int )) Vector_uSec) (a)
#define uSec(a)                ((void (*)(unsigned long long )) Vector_uSec) (a)