netdev.h: Fix a typo in a type name
This commit is contained in:
parent
edbb5ec328
commit
f41ad9caa1
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ struct netdev_statistics_s
|
|||
/* Tx Status */
|
||||
|
||||
uint32_t tx_packets; /* Number of Tx packets queued */
|
||||
unit32_t tx_done; /* Number of packets completed */
|
||||
uint32_t tx_done; /* Number of packets completed */
|
||||
uint32_t tx_errors; /* Number of receive errors (incl timeouts) */
|
||||
uint32_t tx_timeouts; /* Number of Tx timeout errors */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue