diff --git a/fpga/lib/ips/register.cpp b/fpga/lib/ips/register.cpp index 995f1d74d..8623d7a31 100644 --- a/fpga/lib/ips/register.cpp +++ b/fpga/lib/ips/register.cpp @@ -43,6 +43,7 @@ bool Register::check() { } // This is Dino specific for now - we should possibly move this to Dino in the future + setRegister(0, static_cast(1000)); // set Dino to a rate of 20 kHz uint32_t rate = getRegister(0); float scale = getRegisterFloat(1); float offset = getRegisterFloat(2);