mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 04:41:02 +00:00
fix for #518
This commit is contained in:
parent
97c01ef814
commit
67be0e6f3f
@ -823,7 +823,7 @@ pub mod oneshot {
|
||||
/// Continuous ADC module
|
||||
/// Example: continuously reading value from a pin
|
||||
/// ```
|
||||
/// use log::{info, debug};
|
||||
/// use ::log::{info, debug};
|
||||
///
|
||||
/// fn main() -> anyhow::Result<()> {
|
||||
/// use esp_idf_svc::hal::adc::{AdcContConfig, AdcContDriver, AdcMeasurement, Attenuated};
|
||||
|
@ -304,7 +304,7 @@ pub mod asynch {
|
||||
|
||||
use esp_idf_sys::EspError;
|
||||
|
||||
use log::info;
|
||||
use ::log::info;
|
||||
|
||||
use crate::{
|
||||
cpu::Core,
|
||||
|
Loading…
x
Reference in New Issue
Block a user