We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 302719c + c8002cc commit bf02fddCopy full SHA for bf02fdd
src/drivers/hardware_specific/rp2040/rp2040_mcu.cpp
@@ -93,7 +93,7 @@ void syncSlices() {
93
pwm_set_counter(i, 0);
94
}
95
// enable all slices
96
- pwm_set_mask_enabled(0xFF);
+ pwm_set_mask_enabled(0xFFF);
97
98
99
0 commit comments