mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-25 15:37:32 +00:00
apps/netutils/tftpc: Fix unmatched #endif found in build testing
This commit is contained in:
parent
fe41f72a95
commit
a14f3fbffb
2 changed files with 0 additions and 2 deletions
|
|
@ -372,6 +372,5 @@ int tftpget(FAR const char *remote, FAR const char *local, in_addr_t addr,
|
|||
errout:
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_NET && CONFIG_NET_UDP */
|
||||
|
|
|
|||
|
|
@ -519,6 +519,5 @@ int tftpput(FAR const char *local, FAR const char *remote, in_addr_t addr,
|
|||
errout:
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_NET && CONFIG_NET_UDP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue