init channels after Pwm #104
changelog.yml
on: pull_request_target
Changelog check
4s
Annotations
3 warnings
Changelog check
The following actions uses node12 which is deprecated and will be forced to run on node16: Zomzog/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Changelog check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, Zomzog/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
field `regular` is never read:
src/timer/pwm.rs#L214
warning: field `regular` is never read
--> src/timer/pwm.rs:214:5
|
212 | pub struct PwmChannel<TIM: TimC<C>, const C: u8, const COMP: bool = false> {
| ---------- field in this struct
213 | pub(super) tim: TIM,
214 | regular: TIM::Out,
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|