![]() |
Forum Index : Microcontroller and PC projects : PicoMite/PicoMiteVGA V5.07.03 -PicoCFunctions.h - fix
Author | Message | ||||
disco4now![]() Guru ![]() Joined: 18/12/2014 Location: AustraliaPosts: 1000 |
The updated PicoCFunctions.h header file used for CSUB creation in the V5.07.03 distribution is missing one of the previous fixes that corrected an error in the uSec() function that caused it to hang. It should be as below in red. Currently has (unsigned int) which had previously been corrected to be (unsigned long long) //Macros to call each function. //#define uSec(a) ((void (*)(unsigned int )) Vector_uSec) (a) #define uSec(a) ((void (*)(unsigned long long )) Vector_uSec) (a) Latest F4 Latest H7 FotS |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |