Skip to content

Commit

Permalink
examples/lte_lwm2m: Remove unnecessary definition
Browse files Browse the repository at this point in the history
STDIN_FILENO is defined in unistd.h, and so remove unnecessary
differences to match the original file.
  • Loading branch information
SPRESENSE committed Dec 17, 2021
1 parent b7b6c12 commit 97a9101
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/lte_lwm2m/lwm2mclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
#define DEFAULT_SERVER_IPV6 "[::1]"
#define DEFAULT_SERVER_IPV4 "127.0.0.1"

#ifndef STDIN_FILENO
# define STDIN_FILENO 0
#endif

int g_reboot = 0;
static int g_quit = 0;

Expand Down

0 comments on commit 97a9101

Please sign in to comment.