analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 76 forks source link

chore(PeriphDrivers): Fix typo #855

Closed ozersa closed 7 months ago

ozersa commented 8 months ago

Description

MXC_LP_EnterShutDownMode function name does not match with .h and .c files. To it match with other part number too, ShutDown prefered instead of Shutdown which match with rest of the usage in the file like MXC_LP_SRCCShutdown ...

See: https://github.com/Analog-Devices-MSDK/msdk/blob/main/Libraries/PeriphDrivers/Include/MAX32660/lp.h#L197 https://github.com/Analog-Devices-MSDK/msdk/blob/main/Libraries/PeriphDrivers/Include/MAX32665/lp.h#L390

Checklist Before Requesting Review