mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 13:01:10 +02:00
rp2/machine_bitstream: Tweak MP_HAL_BITSTREAM_NS_OVERHEAD for RP2350.
See https://github.com/micropython/micropython/issues/16190#issuecomment-2466155919 Signed-off-by: Dryw Wade <dryw.wade@sparkfun.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user