Changeset 66 for trunk/fw_g473rct/USBPD


Ignore:
Timestamp:
Apr 2, 2026, 4:16:16 PM (5 weeks ago)
Author:
f.jahn
Message:

STM32CubeMX template was corrected to keep USB-PD files regeneratable.

Location:
trunk/fw_g473rct/USBPD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/USBPD/App/usbpd_dpm_core.c

    r65 r66  
    304304  } while (1u == 1u);
    305305#else /* !USE_STM32_UTILITY_OS */
    306   do
    307   {
     306  //do
     307  //{
    308308
    309309    if ((HAL_GetTick() - DPM_Sleep_start[USBPD_PORT_COUNT]) >= DPM_Sleep_time[USBPD_PORT_COUNT])
     
    327327    USBPD_DPM_UserExecute(NULL);
    328328
    329   } while (1u != 1u);
     329  //} while (1u == 1u);
    330330#endif /* USE_STM32_UTILITY_OS */
    331331}
  • trunk/fw_g473rct/USBPD/App/usbpd_pwr_if.c

    r65 r66  
    305305  * @retval None
    306306  */
    307 void USBPD_PWR_IF_Alarm()
     307void USBPD_PWR_IF_Alarm(void)
    308308{
    309309/* USER CODE BEGIN USBPD_PWR_IF_Alarm */
  • trunk/fw_g473rct/USBPD/Target/usbpd_dpm_user.c

    r65 r66  
    184184void USBPD_DPM_UserCableDetection(uint8_t PortNum, USBPD_CAD_EVENT State)
    185185{
    186         /* USER CODE BEGIN USBPD_DPM_UserCableDetection */
     186/* USER CODE BEGIN USBPD_DPM_UserCableDetection */
    187187        DPM_USER_DEBUG_TRACE(PortNum, "ADVICE: update USBPD_DPM_UserCableDetection");
    188188        switch(State)
     
    226226                        break;
    227227        }
    228         /* USER CODE END USBPD_DPM_UserCableDetection */
     228/* USER CODE END USBPD_DPM_UserCableDetection */
    229229}
    230230
Note: See TracChangeset for help on using the changeset viewer.