Fix warnings about locations of header files
This commit is contained in:
parent
f45fd73d65
commit
71956c9db9
4 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
#include "mbedtls/md.h" /* generic interface */
|
||||
|
||||
#if defined(TARGET_LIKE_MBED)
|
||||
#include "mbed/mbed.h"
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#endif
|
||||
#include <cstdio>
|
||||
|
||||
|
@ -151,7 +151,7 @@ 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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue