Skip to content

[BUG]Missing parameters and undefined macros #1190

@lightning51522

Description

@lightning51522

I am currently porting TCP packets of version 4.2.2 Release. On ATSAM4E, I have found issues with missing parameters when calling functions in the network interface source file, as well as the use of an undefined macro。

1.The function usGeneratedProtocolChecksum called in line 422 of the portable/NetworkInterface/ATSAM4E/NetworkInterface. c file is missing a length parameter.
2.The macro ipLOCAL_MAC_ADDRESS used on line 315 of the same file has not been defined.

Hope these errors can be fixed

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions