Skip to content

Commit

Permalink
lib: Avoid ambiguous name
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Dec 11, 2024
1 parent af88864 commit b54e3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ use peripherals::*;

use ads1115::Ads1115Device;
use ak09915::Ak09915Device;
use bmp280::Bmp280Device;
use crate::bmp280::Bmp280Device;
use bmp390::Bmp390Device;
use icm20689::Icm20689Device;
use crate::icm20689::Icm20689Device;
use leak::LeakDetector;
use led::LedController;
use pca9685::Pca9685Device;
Expand Down

0 comments on commit b54e3f8

Please sign in to comment.