mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/encx24j600: fix typos
This commit is contained in:
parent
7704eabfa6
commit
6d79a068b0
@ -28,7 +28,7 @@ extern "C" {
|
||||
* @brief structure resembling format as sent by device
|
||||
*/
|
||||
typedef struct __attribute__((packed)) encx24j600_frame_hdr {
|
||||
uint16_t rx_next_ptr; /**< ptr to next packet whithin devices memory */
|
||||
uint16_t rx_next_ptr; /**< ptr to next packet within devices memory */
|
||||
|
||||
/* Receive Status Vector */
|
||||
uint16_t frame_len; /**< length of ethernet frame including 4 bytes
|
||||
|
Loading…
Reference in New Issue
Block a user