mirror of https://github.com/ARMmbed/mbed-os.git
Updated includes of renamed platform header files
parent
41aff2422c
commit
2bb4d3a925
|
@ -16,7 +16,7 @@
|
|||
#ifndef MBED_FILELIKE_H
|
||||
#define MBED_FILELIKE_H
|
||||
|
||||
#include "platform/toolchain.h"
|
||||
#include "platform/mbed_toolchain.h"
|
||||
#include "drivers/FileBase.h"
|
||||
|
||||
namespace mbed {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "HeapBlockDevice.h"
|
||||
#include "FATFileSystem.h"
|
||||
#include <stdlib.h>
|
||||
#include "retarget.h"
|
||||
#include "mbed_retarget.h"
|
||||
|
||||
using namespace utest::v1;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <stdio.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include "platform/retarget.h"
|
||||
#include "platform/mbed_retarget.h"
|
||||
|
||||
|
||||
#if defined(__ARMCC_VERSION)
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include "platform/retarget.h"
|
||||
#include "platform/toolchain.h"
|
||||
#include "platform/mbed_retarget.h"
|
||||
#include "platform/mbed_toolchain.h"
|
||||
#include "device.h"
|
||||
#include "PinNames.h"
|
||||
#include "PeripheralNames.h"
|
||||
|
|
Loading…
Reference in New Issue