Skip to content

Commit

Permalink
Demo: Qemu-mps2 Enable DHCP by default (FreeRTOS#1107)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaurav-Aggarwal-AWS <[email protected]>
  • Loading branch information
paulbartell and aggarg authored Oct 31, 2023
1 parent 9dc172d commit b1cadcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ extern UBaseType_t uxRand();
* set to 1 if a valid configuration cannot be obtained from a DHCP server for any
* reason. The static configuration used is that passed into the stack by the
* FreeRTOS_IPInit() function call. */
#define ipconfigUSE_DHCP 0
#define ipconfigUSE_DHCP 1

/* When ipconfigUSE_DHCP is set to 1, DHCP requests will be sent out at
* increasing time intervals until either a reply is received from a DHCP server
Expand Down

0 comments on commit b1cadcc

Please sign in to comment.