Skip to content

Commit 6451593

Browse files
authored
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 cc4cd7d commit 6451593

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/rp2/machine_bitstream.c

Lines changed: 4 additions & 0 deletions
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)