Skip to content

Commit 896500b

Browse files
committed
Fixed greentea header include path
1 parent 050a338 commit 896500b

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbed_platform/minimal-printf/compliance

1 file changed

+1
-1
lines changed

TESTS/mbed_platform/minimal-printf/compliance/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifdef TARGET_LIKE_MBED
1818
#include "mbed.h"
1919
#endif
20-
#include "platform/minimal-printf/mbed_printf.h"
20+
#include "mbed_printf.h"
2121

2222
#include "utest/utest.h"
2323
#include "unity/unity.h"

0 commit comments

Comments
 (0)