From c590e764f2f95ad0205b79a58731308af8f8057f Mon Sep 17 00:00:00 2001 From: Peter N Lewis Date: Wed, 11 Mar 2026 17:38:35 +0800 Subject: [PATCH] Document Clock Divider = 1 in pio_get_default_sm_config in pio.h Add Clock Divider = 1 to documentation of pio_get_default_sm_config --- src/rp2_common/hardware_pio/include/hardware/pio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rp2_common/hardware_pio/include/hardware/pio.h b/src/rp2_common/hardware_pio/include/hardware/pio.h index dd111e13..7d0eff6c 100644 --- a/src/rp2_common/hardware_pio/include/hardware/pio.h +++ b/src/rp2_common/hardware_pio/include/hardware/pio.h @@ -741,6 +741,7 @@ static inline void sm_config_set_mov_status(pio_sm_config *c, enum pio_mov_statu * * Setting | Default * --------|-------- + * Clock Divider | 1 * Out Pins | 32 starting at 0 * Set Pins | 0 starting at 0 * In Pins | 32 starting at 0