Skip to content

Commit 6e26b74

Browse files
author
Veijo Pesonen
committed
Adds missing include required by fixed-width format specifiers
1 parent e001216 commit 6e26b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "mbed_critical.h"
2020

2121
#include <string.h>
22+
#include <inttypes.h>
2223

2324
#include "mbed_trace.h"
2425
#include "mbed_debug.h"

0 commit comments

Comments
 (0)