We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a9bb0 commit 5af1e65Copy full SHA for 5af1e65
1 file changed
targets/core/nxp/lpc178x/emac.hpp
@@ -425,10 +425,10 @@ namespace klib::core::lpc178x::io {
425
Emac::port->IPGT = 0x15;
426
}
427
else {
428
- // enable full duplex on the MAC
+ // disable full duplex on the MAC
429
Emac::port->MAC2 &= (~0x1);
430
431
- // enable full duplex in the command register
+ // disable full duplex in the command register
432
Emac::port->COMMAND &= (~(0x1 << 10));
433
434
// change the packet to packet gap register
0 commit comments