Skip to content

Commit

Permalink
Fix the broken cmake build of esp-idf-template
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 29, 2022
1 parent ebb1cd7 commit 3d7f43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-idf-sys"
version = "0.30.3"
version = "0.30.4"
authors = ["Alexey Arbuzov <aarbuzov@termt.com>", "sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
edition = "2021"
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@

#ifdef ESP_IDF_COMP_ESP_TLS_ENABLED
#include "esp_tls.h"
#endif

#ifdef CONFIG_ESP_TLS_USING_MBEDTLS
#include "esp_crt_bundle.h"
#endif
#endif

#ifdef ESP_IDF_COMP_APP_UPDATE_ENABLED
#include "esp_ota_ops.h"
Expand Down

0 comments on commit 3d7f43a

Please sign in to comment.