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:
parent
b86ec467d0
commit
5e1d81980f
|
@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
|
||||||
{PWM_OUTPUT_DISABLED, NULL}
|
{PWM_OUTPUT_DISABLED, NULL}
|
||||||
},
|
},
|
||||||
0,
|
0,
|
||||||
|
0,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -41,9 +41,7 @@ static PWMConfig pwmcfg = {
|
||||||
},
|
},
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
#if STM32_PWM_USE_ADVANCED
|
|
||||||
0
|
0
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
icucnt_t last_width, last_period;
|
icucnt_t last_width, last_period;
|
||||||
|
|
|
@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
|
||||||
{PWM_OUTPUT_DISABLED, NULL}
|
{PWM_OUTPUT_DISABLED, NULL}
|
||||||
},
|
},
|
||||||
0,
|
0,
|
||||||
|
0,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
|
||||||
{PWM_OUTPUT_DISABLED, NULL}
|
{PWM_OUTPUT_DISABLED, NULL}
|
||||||
},
|
},
|
||||||
0,
|
0,
|
||||||
|
0,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
|
||||||
{PWM_OUTPUT_DISABLED, NULL}
|
{PWM_OUTPUT_DISABLED, NULL}
|
||||||
},
|
},
|
||||||
0,
|
0,
|
||||||
|
0,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@ static PWMConfig pwmcfg = {
|
||||||
{PWM_OUTPUT_DISABLED, NULL}
|
{PWM_OUTPUT_DISABLED, NULL}
|
||||||
},
|
},
|
||||||
0,
|
0,
|
||||||
|
0,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,7 @@ static PWMConfig pwmcfg = {
|
||||||
{PWM_OUTPUT_DISABLED, NULL}
|
{PWM_OUTPUT_DISABLED, NULL}
|
||||||
},
|
},
|
||||||
0,
|
0,
|
||||||
|
0,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue