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)
|