fix pulse frequency shifting serializing.
This commit is contained in:
		| @@ -1,9 +1,11 @@ | ||||
| use rand::Rng; | ||||
| use serde::{Deserialize, Serialize}; | ||||
| use serde_repr::{Deserialize_repr, Serialize_repr}; | ||||
|  | ||||
| use crate::fraction::Fraction; | ||||
|  | ||||
| #[derive(Debug, Copy, Clone, Serialize, Deserialize)] | ||||
| #[derive(Debug, Copy, Clone, Serialize_repr, Deserialize_repr)] | ||||
| #[repr(u32)] | ||||
| pub enum FrequencyShifting { | ||||
|     Linear, | ||||
|     Quadratic, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user