lol I am very dumb saturating add on tick instead of wrapping

This commit is contained in:
JP Stringham
2026-02-12 21:23:35 -05:00
parent e06f84df2f
commit 9e862774cb
4 changed files with 95 additions and 49 deletions

View File

@@ -32,7 +32,7 @@ rustflags = [
# This runner will find a supported SWD debug probe and flash your RP2040 over
# SWD:
runner = "probe-rs run --chip RP2040 --protocol swd"
runner = "probe-rs run --chip RP2040 --protocol swd --speed 150"
[env]
DEFMT_RTT_BUFFER_SIZE = { value = "4096", force = true }