Skip to content

Commit d4b94ee

Browse files
sfe-SparkFroGadgetoid
authored andcommitted
ports/rp2/machine_bitstream.c: Tweak MP_HAL_BITSTREAM_NS_OVERHEAD for RP2350
See micropython#16190 (comment) Signed-off-by: Dryw Wade <[email protected]>
1 parent 20251f5 commit d4b94ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: ports/rp2/machine_bitstream.c

+4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232

3333
#if MICROPY_PY_MACHINE_BITSTREAM
3434

35+
#if PICO_RP2350
36+
#define MP_HAL_BITSTREAM_NS_OVERHEAD (5)
37+
#else
3538
#define MP_HAL_BITSTREAM_NS_OVERHEAD (9)
39+
#endif
3640

3741
#if PICO_RISCV
3842

0 commit comments

Comments
 (0)