Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-xmos authored Feb 9, 2023
1 parent 3cb59e8 commit 0637a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/clk_dac_setup/setup_io_exp_and_dac.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def setup_io_expander(bus, args):
bus.write_byte_data(I2C_EXPANDER_ADDRESS, I2C_EXPANDER_OUTPUT_PORT_REG, OUTPUT_PORT_MASK | (1<<DAC_RST_N_PIN))
time.sleep(0.1)

elif "xvf38" in args.hw:
elif "xvf38" in args.hw:
# Set pin values to 1. Note no DAC reset as this is done by the firmware
# Note pre-load XVF_RST and BOOT_SEL to 1 and preload I2S/MCLK/SPI driving signal from host to xvf
OUTPUT_PORT_MASK= (1<<XVF_RST_N_PIN) | \
Expand Down

0 comments on commit 0637a17

Please sign in to comment.