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