Skip to content

Commit

Permalink
add missing alloc namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thetek42 committed Dec 21, 2023
1 parent 9e36569 commit 2c13c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ impl EspTypedEventDeserializer<WifiEvent> for WifiEvent {
}
credentials
} else {
Vec::new()
alloc::vec::Vec::new()
};
WifiEvent::StaWpsSuccess(credentials)
} else if event_id == wifi_event_t_WIFI_EVENT_STA_WPS_ER_FAILED {
Expand Down

0 comments on commit 2c13c11

Please sign in to comment.