Skip to content

Commit

Permalink
fix: add import for debug macro
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-kim committed Apr 4, 2024
1 parent 51b236f commit 3673d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoltest/src/esp32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{
use anyhow::{anyhow, Result};
use indoc::formatdoc;
use serialport::SerialPortType;
use tracing::{error, info};
use tracing::{error, info, debug};

use crate::EolTest;

Expand Down

0 comments on commit 3673d3d

Please sign in to comment.