Skip to content

Commit

Permalink
ESP-IDF V5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 1, 2025
1 parent 8951b2f commit 5d4d800
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/can.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,17 @@ pub mod config {
esp_idf_version = "5.0",
esp_idf_version = "5.1",
esp_idf_version = "5.2",
esp_idf_version = "5.3"
esp_idf_version = "5.3",
esp_idf_version = "5.4"
))]
triple_sampling,
#[cfg(not(any(
esp_idf_version_major = "4",
esp_idf_version = "5.0",
esp_idf_version = "5.1",
esp_idf_version = "5.2",
esp_idf_version = "5.3"
esp_idf_version = "5.3",
esp_idf_version = "5.4"
)))]
__bindgen_anon_1: twai_timing_config_t__bindgen_ty_1 { triple_sampling },
..Default::default()
Expand Down

0 comments on commit 5d4d800

Please sign in to comment.