Skip to content

Commit ddbd29f

Browse files
Mike Wolframrleh
authored andcommitted
[freertos] Add STM32 Ethernet port via LAN8720a
1 parent e45977b commit ddbd29f

File tree

3 files changed

+671
-2
lines changed

3 files changed

+671
-2
lines changed

ext/aws/FreeRTOSIPConfig.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ things such as a DHCP transaction number or initial sequence number. Random
109109
number generation is performed via this macro to allow applications to use their
110110
own random number generation method. For example, it might be possible to
111111
generate a random number by sampling noise on an analogue input. */
112-
extern UBaseType_t uxRand();
112+
extern UBaseType_t uxRand(void);
113113
#define ipconfigRAND32() uxRand()
114114

115115
/* If ipconfigUSE_NETWORK_EVENT_HOOK is set to 1 then FreeRTOS+TCP will call the

0 commit comments

Comments
 (0)