Skip to content

Commit

Permalink
remove unused macros
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed May 2, 2024
1 parent 3ab0358 commit 2c6a695
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 113 deletions.
1 change: 0 additions & 1 deletion examples/nrf-sdc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ nrf-sdc = { version = "0.1.0", default-features = false, features = ["defmt", "n
nrf-mpsl = { version = "0.1.0", default-features = false, features = ["defmt", "critical-section-impl"] }
bt-hci = { version = "0.1.0", default-features = false, features = ["defmt"] }
trouble-host = { version = "0.1.0", path = "../../host", features = ["defmt", "gatt"] }
#trouble-host-macros = { version = "0.1.0", path = "../../host-macros" }

defmt = "0.3"
defmt-rtt = "0.4.0"
Expand Down
24 changes: 0 additions & 24 deletions host-macros/Cargo.toml

This file was deleted.

87 changes: 0 additions & 87 deletions host-macros/src/lib.rs

This file was deleted.

1 change: 0 additions & 1 deletion host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ embassy-time = "0.3"
embassy-futures = "0.1"
futures = { version = "0.3", default-features = false }
heapless = "0.8"
trouble-host-macros = { version = "0.1.0", path = "../host-macros" }

# Logging
log = { version = "0.4.16", optional = true }
Expand Down

0 comments on commit 2c6a695

Please sign in to comment.