You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I have hit similar issue with the GPIO API, I vote for @smaillet-ms suggestion in #464 (comment) to change the type of the alternate parameter in CPU_GPIO_DisablePin function from GPIO_ALT_MODE to UINT32, and add inline function for backward compatibility:
As I have hit similar issue with the GPIO API, I vote for @smaillet-ms suggestion in #464 (comment) to change the type of the alternate parameter in
CPU_GPIO_DisablePinfunction fromGPIO_ALT_MODEtoUINT32, and add inline function for backward compatibility: