1
0
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:
Alexandre Abadie 2020-10-02 08:02:45 +02:00
parent cb5e69c478
commit d0dadb49c0
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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)