commit | 71956c9db9c19699f8ad77c7f048594b6b796dc6 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Oct 21 17:59:05 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Oct 21 17:59:05 2015 +0200 |
tree | bfb445d2d379dc1f123dcc6460bb4fa2f0e26fa7 | |
parent | f45fd73d6594d1c0adf85378fbaafa126d1eb627 [diff] [blame] |
Fix warnings about locations of header files
diff --git a/yotta/data/example-authcrypt/main.cpp b/yotta/data/example-authcrypt/main.cpp index 257a1ad..83d5566 100644 --- a/yotta/data/example-authcrypt/main.cpp +++ b/yotta/data/example-authcrypt/main.cpp
@@ -171,7 +171,7 @@ #if defined(TARGET_LIKE_MBED) -#include "mbed/test_env.h" +#include "mbed-drivers/test_env.h" #include "minar/minar.h" static void run() {