This commit is contained in:
ivmarkov 2024-11-22 13:39:16 +00:00
parent 97c01ef814
commit 67be0e6f3f
2 changed files with 2 additions and 2 deletions

View File

@ -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};

View File

@ -304,7 +304,7 @@ pub mod asynch {
use esp_idf_sys::EspError;
use log::info;
use ::log::info;
use crate::{
cpu::Core,