nuttx: add missing FAR and CODE

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2023-04-11 13:25:04 +03:00
committed by Xiang Xiao
parent 69d5f960fc
commit f15605da2f
3 changed files with 18 additions and 18 deletions

View File

@@ -110,7 +110,7 @@ int main(int argc, FAR char *argv[])
uint8_t mac[IFHWADDRLEN];
#endif
#ifdef CONFIG_EXAMPLES_WEBSERVER_DHCPC
void *handle;
FAR void *handle;
#endif
/* Many embedded network interfaces must have a software assigned MAC */