Skip to content

Commit

Permalink
Compat with ESP IDF master
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 23, 2024
1 parent 4829989 commit 53f4437
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/can.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ pub mod config {
esp_idf_version = "5.2",
esp_idf_version = "5.3"
))]
__bindgen_anon_1: twai_timing_config_t__bindgen_ty_1 {
triple_sampling,
},
__bindgen_anon_1: twai_timing_config_t__bindgen_ty_1 { triple_sampling },
..Default::default()
},
}
Expand Down

0 comments on commit 53f4437

Please sign in to comment.