forked from M-Labs/artiq
runtime: fix a typo.
This commit is contained in:
parent
a66450b0af
commit
7f32ae31de
|
@ -96,8 +96,8 @@ impl EthernetStatistics {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
unsafe {
|
unsafe {
|
||||||
EthernetStatistics {
|
EthernetStatistics {
|
||||||
rx_errors: 0,/*csr::ethmac::crc_errors_read()*/,
|
rx_errors: 0/*csr::ethmac::crc_errors_read()*/,
|
||||||
rx_dropped: 0,/*csr::ethmac::sram_writer_errors_read()*/,
|
rx_dropped: 0/*csr::ethmac::sram_writer_errors_read()*/,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue