Skip to content

Commit

Permalink
Do not refer to esp-idf-sys as it is not an explicit dependency anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Aug 27, 2023
1 parent 1e7fcf6 commit bc3e645
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/nvs_get_set_raw_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
//! More info regarding NVS:
//! https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/storage/nvs_flash.html

use esp_idf_sys::{self as _}; // If using the `binstart` feature of `esp-idf-sys`, always keep this module imported

use esp_idf_svc::log::EspLogger;
use esp_idf_svc::nvs::*;

Expand Down

0 comments on commit bc3e645

Please sign in to comment.