Skip to content

Commit

Permalink
Merge fix to coap_config.h.contiki from PR obgm#47.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmichelou committed May 5, 2017
1 parent f25f962 commit 3ee4552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coap_config.h.contiki
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

#define HAVE_STRNLEN 1
#define HAVE_SNPRINTF 1
#define HAVE_STRINGS_H 1

/* there is no file-oriented output */
#define COAP_DEBUG_FD NULL
Expand Down Expand Up @@ -120,7 +121,7 @@ typedef void FILE;
# endif /* UIP_CONF_BYTE_ORDER */
#endif /* BYTE_ORDER */

/* Define assert() as emtpy directive unless HAVE_ASSERT_H is given. */
/* Define assert() as empty directive unless HAVE_ASSERT_H is given. */
#ifndef HAVE_ASSERT_H
# define assert(x)
#endif
Expand Down

0 comments on commit 3ee4552

Please sign in to comment.