mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/enc28j60: fix typo 'Preamle' -> 'Preamble'
This commit is contained in:
parent
cb5e69c478
commit
d0dadb49c0
@ -83,7 +83,7 @@
|
||||
* @brief Maximum transmission time
|
||||
*
|
||||
* The time in us that is required to send an Ethernet frame of maximum length
|
||||
* (Preamle + SFD + 1518 byte) at 10 Mbps in full duplex mode with a guard
|
||||
* (Preamble + SFD + 1518 byte) at 10 Mbps in full duplex mode with a guard
|
||||
* period of 9,6 us. This time is used as time out for send operations.
|
||||
*/
|
||||
#define MAX_TX_TIME (1230U)
|
||||
|
Loading…
Reference in New Issue
Block a user