Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Aug 22, 2023
1 parent cf25404 commit 475c25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/espidf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ impl EspIdfBuildInfo {
/// as in link args, kconfig (including as Rust `#[cfg()]` directives), include dirs, path etc.
///
/// For example, to have your binary crate link against ESP IDF,
/// and also to be able to consume - as `#[cfg()J` - the ESP IDF configuration settings,
/// and also to be able to consume - as `#[cfg()]` - the ESP IDF configuration settings,
/// just create a `build.rs` file in your binary crate that contains the following one-liner:
/// ```ignore
/// fn main() {
Expand Down

0 comments on commit 475c25f

Please sign in to comment.