Skip to content

Commit a082fb7

Browse files
authored
Merge pull request #58 from ARMmbed/0xc0170-patch-printf
main: fix printf include
2 parents c1d1b50 + b9eec4e commit a082fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NFC_EEPROM/source/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "NFCEEPROM.h"
2424

2525
#include "EEPROMDriver.h"
26+
#include <cstdio>
2627

2728
using events::EventQueue;
2829

0 commit comments

Comments
 (0)