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 fa19507 + 5c5e309 commit cad1bc5Copy full SHA for cad1bc5
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