mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 14:44:32 +00:00
Rust formatting for comments.
This commit is contained in:
parent
47ebec82b8
commit
2587ade63e
@ -76,9 +76,9 @@ async fn main(spawner: Spawner) -> ! {
|
||||
p.PA7, // CRS_DV: Carrier Sense
|
||||
p.PC4, // RX_D0: Received Bit 0
|
||||
p.PC5, // RX_D1: Received Bit 1
|
||||
p.PG13,// TX_D0: Transmit Bit 0
|
||||
p.PB13,// TX_D1: Transmit Bit 1
|
||||
p.PG11,// TX_EN: Transmit Enable
|
||||
p.PG13, // TX_D0: Transmit Bit 0
|
||||
p.PB13, // TX_D1: Transmit Bit 1
|
||||
p.PG11, // TX_EN: Transmit Enable
|
||||
GenericSMI::new(0),
|
||||
mac_addr,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user