Corrected a typo in a comment in `main.rs` from "full time" to "full type". Updated task metadata and comments in `.idea/workspace.xml` to reflect changes and ensure consistency.
Removed outdated comments from `.vscode/settings.json` and updated task metadata in `.idea/workspace.xml`. These updates also include the removal of the static_cell dependency and general cleanup of project settings.
Removed obsolete comments from `.vscode/settings.json` and updated task metadata in `.idea/workspace.xml`. These changes include the removal of the static_cell dependency and cleanup of various project settings.
Removed the static_cell dependency from Cargo.toml and Cargo.lock. Also cleaned up comments and metadata in main.rs and updated .idea project settings.
use this command for installing working probe-rs:
```
cargo install probe-rs-tools \
--git https://github.com/probe-rs/probe-rs \
--rev 9bde591 --force --locked
```