Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit e965338

Browse files
committed
Missing module prefix
1 parent 004f754 commit e965338

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ fn main() -> Result<()> {
276276
pins.gpio21,
277277
pins.gpio19,
278278
pins.gpio18,
279-
RmiiClockConfig::<gpio::Gpio0, gpio::Gpio16, gpio::Gpio17>::Input(pins.gpio0),
279+
esp_idf_svc::eth::RmiiClockConfig::<gpio::Gpio0, gpio::Gpio16, gpio::Gpio17>::Input(
280+
pins.gpio0,
281+
),
280282
Some(pins.gpio5),
281283
esp_idf_svc::eth::RmiiEthChipset::IP101,
282284
None,

0 commit comments

Comments
 (0)