Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 23, 2024
1 parent ff74510 commit a618f43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/thread_br.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ fn main() -> anyhow::Result<()> {

#[cfg(not(any(esp32h2, esp32h4)))]
{
#[cfg(i_have_done_all_configs_from_the_top_comment)] // Remove this `cfg` when you have done all of the above for the example to compile
#[cfg(i_have_done_all_configs_from_the_top_comment)]
// Remove this `cfg` when you have done all of the above for the example to compile
example::main()?;

// Remove this whole code block when you have done all of the above for the example to compile
Expand Down

0 comments on commit a618f43

Please sign in to comment.