diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-17 21:52:57 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-19 20:24:20 -0700 |
commit | 292e62b7fd2f6d8018c5a6d40f6e0cdace4494ae (patch) | |
tree | 307c6647f6b6f3df450928ea9d2eddbfa4952324 | |
parent | cee2fbc19346a1dc68ca1777d29871bb75809884 (diff) |
config.h: Comments
-rw-r--r-- | cmd/sbc_harness/config/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h index e436eb5..b557287 100644 --- a/cmd/sbc_harness/config/config.h +++ b/cmd/sbc_harness/config/config.h @@ -61,8 +61,8 @@ /* DHCP ***********************************************************************/ -#define CONFIG_DHCP_CAN_RECV_UNICAST_IP_WITHOUT_IP 0 -#define CONFIG_DHCP_DEBUG 0 +#define CONFIG_DHCP_CAN_RECV_UNICAST_IP_WITHOUT_IP 0 /* bool */ +#define CONFIG_DHCP_DEBUG 0 /* bool */ #define CONFIG_DHCP_OPT_SIZE 312 /* minimum of 312 */ #define CONFIG_DHCP_SELECTING_NS (5*NS_PER_S) |