DevC refactor #40

Merged
sb10q merged 1 commits from pca006132/zynq-rs:devc into master 2020-06-16 15:56:36 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#[derive(Debug, Clone, PartialEq, PartialOrd)]
#[derive(Debug, Clone, Copy, PartialEq, PartialOrd)]
pub struct Milliseconds(pub u64);
impl core::ops::Add for Milliseconds {