Skip to content

Commit cad1bc5

Browse files
Merge pull request #468 from jeroenzwan/master
Add support for timer 8 on RP2350B
2 parents fa19507 + 5c5e309 commit cad1bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/hardware_specific/rp2040/rp2040_mcu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void syncSlices() {
9393
pwm_set_counter(i, 0);
9494
}
9595
// enable all slices
96-
pwm_set_mask_enabled(0xFF);
96+
pwm_set_mask_enabled(0xFFF);
9797
}
9898

9999

0 commit comments

Comments
 (0)