Skip to content

Commit

Permalink
remove hyped-can-derive (surely it can't be this straightforward)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfbastos committed Feb 5, 2025
1 parent f53e20d commit 2d81bfa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 150 deletions.
1 change: 0 additions & 1 deletion boards/stm32f767zi/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use embassy_sync::blocking_mutex::{raw::NoopRawMutex, Mutex};
use hyped_adc::HypedAdc;
use hyped_adc_derive::HypedAdc;
use hyped_can::{CanError, HypedCan, HypedCanFrame, HypedEnvelope};
use hyped_can_derive::HypedCan;
use hyped_gpio::{HypedGpioInputPin, HypedGpioOutputPin};
use hyped_gpio_derive::{HypedGpioInputPin, HypedGpioOutputPin};
use hyped_i2c::{HypedI2c, I2cError};
Expand Down
46 changes: 0 additions & 46 deletions lib/io/hyped_can/hyped_can_derive/Cargo.lock

This file was deleted.

11 changes: 0 additions & 11 deletions lib/io/hyped_can/hyped_can_derive/Cargo.toml

This file was deleted.

92 changes: 0 additions & 92 deletions lib/io/hyped_can/hyped_can_derive/src/lib.rs

This file was deleted.

0 comments on commit 2d81bfa

Please sign in to comment.