fix pre-commmit

This commit is contained in:
hathach
2025-04-29 21:41:34 +07:00
parent 538684ac62
commit d221d55b08
8 changed files with 8 additions and 11 deletions

View File

@@ -62,5 +62,3 @@ INC += \
$(TOP)/$(SDK_DIR)/drivers/sctimer
SRC_S += $(MCU_DIR)/gcc/startup_$(MCU_CORE).S

View File

@@ -167,4 +167,3 @@ void BOARD_BootClockFRO96M(void);
#endif /* __cplusplus*/
#endif /* _CLOCK_CONFIG_H_ */

View File

@@ -206,7 +206,7 @@ typedef enum _spc_dcdc_drive_strength
{
kSPC_DCDC_PulseRefreshMode = 0x0U, /*!< DCDC_CORE Regulator Drive Strength set to Pulse Refresh Mode,
* This enum member is only useful for Low Power Mode config, please
* note that pluse refresh mode is invalid in SLEEP mode.
* note that pulse refresh mode is invalid in SLEEP mode.
*/
kSPC_DCDC_LowDriveStrength = 0x1U, /*!< DCDC_CORE regulator Drive Strength set to low. */
kSPC_DCDC_NormalDriveStrength = 0x2U, /*!< DCDC_CORE regulator Drive Strength set to Normal. */