6 lines
144 B
Rust
6 lines
144 B
Rust
use crate::serial_core::{frame::TestFrame, record::Recording};
|
|
|
|
pub mod tactile_a;
|
|
pub mod test;
|
|
pub type TestRecording = Recording<TestFrame>;
|