Skip to content

Commit fd91557

Browse files
Jonathan PallantYatekii
authored andcommitted
Back out changes to TWI/LCD example.
1 parent 00d8ba8 commit fd91557

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/twi-ssd1306/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
authors = [
55
"James Waples <[email protected]>",
66
"Ruben Paz <[email protected]>",
7-
"Jonathan Pallant <[email protected]>"
87
]
98
edition = "2018"
109

@@ -28,13 +27,7 @@ version = "0.8.0"
2827
path = "../../nrf52840-hal"
2928
optional = true
3029

31-
[dependencies.nrf9160-hal]
32-
version = "0.1.0"
33-
path = "../../nrf9160-hal"
34-
optional = true
35-
3630
[features]
3731
52832 = ["nrf52832-hal"]
3832
52840 = ["nrf52840-hal"]
39-
9160 = ["nrf9160-hal"]
4033
default = ["52832"]

0 commit comments

Comments
 (0)