mirror of https://github.com/m-labs/artiq.git
firmware: fix drtio_dbg module syntax
This commit is contained in:
parent
dc593ec0f0
commit
94d51d1364
|
@ -211,5 +211,4 @@ pub mod drtio_dbg {
|
||||||
recv!(&DrtioBufferSpaceReqCountReply { cnt }
|
recv!(&DrtioBufferSpaceReqCountReply { cnt }
|
||||||
=> cnt as i32)
|
=> cnt as i32)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue