forked from M-Labs/zynq-rs
zynq::flash: fix rx_thres register
This commit is contained in:
parent
aab82f6843
commit
0823a74164
|
@ -233,7 +233,7 @@ impl Flash<()> {
|
||||||
|
|
||||||
// Initialize RX/TX pipes thresholds
|
// Initialize RX/TX pipes thresholds
|
||||||
unsafe {
|
unsafe {
|
||||||
self.regs.rx_thres.write(32);
|
self.regs.rx_thres.write(1);
|
||||||
self.regs.tx_thres.write(1);
|
self.regs.tx_thres.write(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue