Merge pull request #771 from simonduq/fix/missing-includes-inttypes
Add missing inclusions of <inttypes.h>
This commit is contained in:
commit
cfb25e8242
@ -42,6 +42,8 @@
|
|||||||
#include "contiki-net.h"
|
#include "contiki-net.h"
|
||||||
#include "services/deployment/deployment.h"
|
#include "services/deployment/deployment.h"
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
/* Log configuration */
|
/* Log configuration */
|
||||||
#include "sys/log.h"
|
#include "sys/log.h"
|
||||||
#define LOG_MODULE "App"
|
#define LOG_MODULE "App"
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
|
|
||||||
#include "net/mac/tsch/tsch.h"
|
#include "net/mac/tsch/tsch.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#if TSCH_ADAPTIVE_TIMESYNC
|
#if TSCH_ADAPTIVE_TIMESYNC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user