project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
303 stars 43 forks source link

fix(rs-matter): undeclare crate #151

Closed matoous closed 3 months ago

matoous commented 3 months ago

Building for esp fails with

failed to resolve: use of undeclared crate or module `esp_idf_sys`

I think during previous clean-ups this was forgotten as the crate is not referenced anywhere else. Removing the error as well to unblock development for esp systems.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.