mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-22 07:31:51 +08:00
Add .gitignore file for ESP8266
This commit is contained in:
@@ -1407,7 +1407,7 @@ int lesp_gethostbyname(char *hostname, uint16_t usNameLen,
|
||||
int lesp_mdnsadvertiser(uint16_t mdnsEnabled, char *deviceServiceName,
|
||||
uint16_t deviceServiceNameLength)
|
||||
{
|
||||
syslog(LOG_ERR, "Not implemented %s\n",__func__);
|
||||
syslog(LOG_ERR, "Not implemented %s\n", __func__);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user