Updated PWM config in various demos.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14284 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-04-24 07:10:12 +00:00
parent b86ec467d0
commit 5e1d81980f
7 changed files with 6 additions and 2 deletions

View File

@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
{PWM_OUTPUT_DISABLED, NULL}
},
0,
0,
0
};

View File

@ -41,9 +41,7 @@ static PWMConfig pwmcfg = {
},
0,
0,
#if STM32_PWM_USE_ADVANCED
0
#endif
};
icucnt_t last_width, last_period;

View File

@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
{PWM_OUTPUT_DISABLED, NULL}
},
0,
0,
0
};

View File

@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
{PWM_OUTPUT_DISABLED, NULL}
},
0,
0,
0
};

View File

@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
{PWM_OUTPUT_DISABLED, NULL}
},
0,
0,
0
};

View File

@ -42,6 +42,7 @@ static PWMConfig pwmcfg = {
{PWM_OUTPUT_DISABLED, NULL}
},
0,
0,
0
};

View File

@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
{PWM_OUTPUT_DISABLED, NULL}
},
0,
0,
0
};