diff --git a/Pwms.c b/Pwms.c index af6bc24..294ca18 100644 --- a/Pwms.c +++ b/Pwms.c @@ -105,7 +105,6 @@ void Pwms_Init(tLoggerInterface *logger) { PORT_InitType tInitStruct = {0}; - //начало--------------------------PwmFront------------------------------------------------- //начало--------------------------PwmFront------------------------------------------------- //начало--------------------------PwmFront------------------------------------------------- @@ -216,7 +215,7 @@ void Pwms_Init(tLoggerInterface *logger) { env->pwmFrontReservedIo = vPwmGetIo(&env->pwmFrontReserved); - // TPU_CH16: PortC 29: ALT6 + // TPU_CH14: PortD 29: ALT6 tInitStruct.u32PortPins = PORT_PIN_29; tInitStruct.uPortPinMux.u32PortPinMode = PORT_ALT6_FUNC_MODE; PORT_InitPins(PORT_D, &tInitStruct);