Skip to content

Commit

Permalink
Demo: Qemu-mps2 Enable DHCP by default
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell committed Oct 31, 2023
1 parent 2d3b32c commit b2672dd
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 b2672dd

Please sign in to comment.