Skip to content

Commit

Permalink
Change wifi_event_t enum type.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Mar 25, 2022
1 parent cc0a542 commit 0d6394c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ fn main() -> anyhow::Result<()> {
.constified_enum(r"adc\d?_channel_t")
.constified_enum_module("gpio_num_t")
.constified_enum_module("ip_event_t")
.constified_enum_module("wifi_event_t")
.constified_enum("touch_pad_t")
.no_default("wifi_init_config_t")
.blocklist_function("strtold")
Expand Down

0 comments on commit 0d6394c

Please sign in to comment.