Skip to content

Commit

Permalink
ports/rp2/machine_bitstream.c: Tweak MP_HAL_BITSTREAM_NS_OVERHEAD for…
Browse files Browse the repository at this point in the history
… RP2350

See micropython#16190 (comment)

Signed-off-by: Dryw Wade <[email protected]>
  • Loading branch information
sfe-SparkFro authored and Gadgetoid committed Nov 26, 2024
1 parent 20251f5 commit d4b94ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ports/rp2/machine_bitstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@

#if MICROPY_PY_MACHINE_BITSTREAM

#if PICO_RP2350
#define MP_HAL_BITSTREAM_NS_OVERHEAD (5)
#else
#define MP_HAL_BITSTREAM_NS_OVERHEAD (9)
#endif

#if PICO_RISCV

Expand Down

0 comments on commit d4b94ee

Please sign in to comment.