Fixed greentea header include path

pull/11051/head
Evelyne Donnaes 2019-08-01 17:34:29 +01:00
parent 050a338771
commit 896500be31
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#ifdef TARGET_LIKE_MBED
#include "mbed.h"
#endif
#include "platform/minimal-printf/mbed_printf.h"
#include "mbed_printf.h"
#include "utest/utest.h"
#include "unity/unity.h"