Merge pull request #16883 from kaspar030/riotboot_inttypes_include

sys/riotboot: add missing "inttypes.h" include
This commit is contained in:
benpicco 2021-09-23 00:19:51 +02:00 committed by GitHub
commit 01dacc1fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
#include <assert.h>
#include <string.h>
#include <inttypes.h>
#include "cpu.h"
#include "riotboot/slot.h"