From 5272c11704bb8fb144da75d0bd7bd0f7bee8dc8a Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 20 Jun 2018 17:02:54 +0800 Subject: [PATCH] typo --- artiq/firmware/libboard_artiq/hmc830_7043.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/firmware/libboard_artiq/hmc830_7043.rs b/artiq/firmware/libboard_artiq/hmc830_7043.rs index 06292e831..6d6184e45 100644 --- a/artiq/firmware/libboard_artiq/hmc830_7043.rs +++ b/artiq/firmware/libboard_artiq/hmc830_7043.rs @@ -179,7 +179,7 @@ pub mod hmc7043 { (false, 0, 0x0, 0x0, 0x10), // 11: FPGA_ADC_SYSREF, LVDS (false, 0, 0x0, 0x0, 0x08), // 12: ADC1_CLK (false, 0, 0x0, 0x0, 0x08), // 13: ADC1_SYSREF - ]; + ]; fn spi_setup() { @@ -307,7 +307,7 @@ pub mod hmc7043 { write(0x1, 0x4a); // Reset dividers and FSMs write(0x1, 0x48); write(0x1, 0xc8); // Synchronize dividers - write(0x1, 0x40); // Unmute, high-performace/low-noise mode + write(0x1, 0x40); // Unmute, high-performance/low-noise mode info!(" ...done"); }