Skip to content

Commit

Permalink
Fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-rouanet committed Feb 21, 2024
1 parent cf718a8 commit 02e97c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/device/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ macro_rules! reg_write_only_fb {
};
}


/// Generates read, sync_read, write and sync_write functions for given register
#[macro_export]
macro_rules! reg_read_write {
Expand All @@ -134,12 +133,11 @@ macro_rules! reg_read_write_fb {
};
}


pub mod l0_force_fan;
pub mod mx;
pub mod orbita2d_poulpe;
pub mod orbita2dof_foc;
pub mod orbita_foc;

pub mod xl320;
pub mod orbita3d_poulpe;
pub mod xl320;

0 comments on commit 02e97c3

Please sign in to comment.