Minor comment cleanup

This commit is contained in:
Angus Gratton
2016-09-05 11:50:53 +10:00
parent 44ef108fd8
commit 587f90929c
3 changed files with 4 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ struct ip_info {
ip4_addr_t gw;
};
/* Defined in esp_misc.h */
/* Also used by dhcpserver.h */
struct dhcps_lease {
bool enable;
ip4_addr_t start_ip;