Skip to content
Unverified Commit 4af549a7 authored by Ahmed Ismail's avatar Ahmed Ismail Committed by GitHub
Browse files

freertos-plus-tcp: Update to latest commit on main branch (#76)



pxLAN91C111_FillInterfaceDescriptor() function is implemented
in freertos-plus-tcp portable code and then used in
integration/src/network_startup.c source file without being
declared resulting in function implicit declaration error.
This was working before as FreeRTOS-Plus-TCP project previously
forced the usage of C90 standard but now the standard in not forced
thus the application's standard shall be used, in our case C99 standard
is used.

Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
parent be29b1b6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment