msdk icon indicating copy to clipboard operation
msdk copied to clipboard

Minor warnings in Keil pack v1.1.0

Open jlj-ee opened this issue 1 year ago • 1 comments

In my current project using the Keil pack version of the MSDK drivers (v1.1.0), Keil's compiler throws two minor warnings from the driver code:

image

A quick scan of the code currently in the repo suggests that the first warning has already been fixed here on GitHub, but the second warning would still be raised from the MXC_SYS_RTCClockDisable declaration in mxc_sys.h across all targets.

Very low priority but fixing this would be a nice QoL for a future pack release

jlj-ee avatar Sep 27 '23 17:09 jlj-ee