From 02e97c34917c0ffe7832ccb66ec5907bfded28f0 Mon Sep 17 00:00:00 2001 From: Pierre Rouanet Date: Wed, 21 Feb 2024 15:48:43 +0100 Subject: [PATCH] Fmt. --- src/device/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/device/mod.rs b/src/device/mod.rs index dee567f..c4c04fb 100644 --- a/src/device/mod.rs +++ b/src/device/mod.rs @@ -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 { @@ -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;