Skip to content

Commit

Permalink
Fix workflow fails
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim authored Sep 19, 2023
1 parent 6e55be5 commit e5b3bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Libraries/PeriphDrivers/Source/LP/lp_me10.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include "pwrseq_regs.h"
#include "mxc_errors.h"
#include "gcr_regs.h"
#include "usbhs_regs.h"
#include "mxc_sys.h"

/* **** Variable Declaration **** */
Expand Down Expand Up @@ -716,7 +717,7 @@ void MXC_LP_EnterBackupMode(void)
void MXC_LP_USBClearPONRST(void)
{
// This register is used during the power-on stage or used as a global reset
// for the USB block. For this case, the PONRST is used as a global reset
// for the USB block. For this case, the PONRST is used as a global reset
// and setting this register to 0 will force the USB block to its initial
// state - where the operating current is at its minimum.
MXC_USBHS->m31_phy_ponrst = 0;
Expand Down

0 comments on commit e5b3bdf

Please sign in to comment.