Skip to content

Commit ac17bb1

Browse files
committed
FQN init!
1 parent 69c7f55 commit ac17bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/src/shift_driver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function open_shift_registers(pio_idx::Integer=0)
104104
try
105105
pin_mask = UInt32(1) << SER_PIN | UInt32(1) << CLK_PIN | UInt32(1) << RCLK_PIN
106106
set_pindirs!(sm, pin_mask, pin_mask)
107-
init!(sm, 0, config)
107+
PIOLib.init!(sm, 0, config)
108108
setup_shift_register!(sm, NBITS)
109109
enable!(sm)
110110
catch

0 commit comments

Comments
 (0)