Fix warnings about locations of header files

This commit is contained in:
Manuel Pégourié-Gonnard 2015-10-21 17:59:05 +02:00
parent f45fd73d65
commit 71956c9db9
4 changed files with 6 additions and 6 deletions

View file

@ -171,7 +171,7 @@ static int example(void)
#if defined(TARGET_LIKE_MBED)
#include "mbed/test_env.h"
#include "mbed-drivers/test_env.h"
#include "minar/minar.h"
static void run() {