We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586bc36 commit e9f8710Copy full SHA for e9f8710
1 file changed
examples/pico-de-gallo/src/bin/battery.rs
@@ -19,7 +19,7 @@
19
use battery_service as bs;
20
use bq40z50_rx::{BQ40Z50Error, Bq40z50R5};
21
use embedded_batteries_async::smart_battery::{BatteryModeFields, SmartBattery};
22
-use odp_service_common::runnable_service::{Service, ServiceRunner};
+use odp_service_common::runnable_service::ServiceRunner;
23
use static_cell::StaticCell;
24
25
/// Platform specific battery errors.
0 commit comments