From 4eb26c00503333e90112a3d800229809bfddaae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Tue, 3 Jul 2018 14:15:43 +0200 Subject: [PATCH] hmc7043: enable group 5 --- artiq/firmware/libboard_artiq/hmc830_7043.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artiq/firmware/libboard_artiq/hmc830_7043.rs b/artiq/firmware/libboard_artiq/hmc830_7043.rs index 6c52df3ee..2897aa92d 100644 --- a/artiq/firmware/libboard_artiq/hmc830_7043.rs +++ b/artiq/firmware/libboard_artiq/hmc830_7043.rs @@ -273,7 +273,8 @@ pub mod hmc7043 { write(0x4, (1 << 0) | (1 << 1) | (1 << 3) | - (1 << 4)); + (1 << 4) | + (1 << 5)); write(0x5c, (HMC_SYSREF_DIV & 0xff) as u8); // Set SYSREF timer divider write(0x5d, ((HMC_SYSREF_DIV & 0x0f) >> 8) as u8);