Skip to content

Commit

Permalink
fix for #518
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 22, 2024
1 parent 97c01ef commit 67be0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/adc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down
2 changes: 1 addition & 1 deletion src/interrupt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ pub mod asynch {

use esp_idf_sys::EspError;

use log::info;
use ::log::info;

use crate::{
cpu::Core,
Expand Down

0 comments on commit 67be0e6

Please sign in to comment.