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
|
#ifndef MBED_FILELIKE_H
|
||||||
#define MBED_FILELIKE_H
|
#define MBED_FILELIKE_H
|
||||||
|
|
||||||
#include "platform/toolchain.h"
|
#include "platform/mbed_toolchain.h"
|
||||||
#include "drivers/FileBase.h"
|
#include "drivers/FileBase.h"
|
||||||
|
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include "HeapBlockDevice.h"
|
#include "HeapBlockDevice.h"
|
||||||
#include "FATFileSystem.h"
|
#include "FATFileSystem.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "retarget.h"
|
#include "mbed_retarget.h"
|
||||||
|
|
||||||
using namespace utest::v1;
|
using namespace utest::v1;
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "platform/retarget.h"
|
#include "platform/mbed_retarget.h"
|
||||||
|
|
||||||
|
|
||||||
#if defined(__ARMCC_VERSION)
|
#if defined(__ARMCC_VERSION)
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
#include "platform/retarget.h"
|
#include "platform/mbed_retarget.h"
|
||||||
#include "platform/toolchain.h"
|
#include "platform/mbed_toolchain.h"
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
#include "PinNames.h"
|
#include "PinNames.h"
|
||||||
#include "PeripheralNames.h"
|
#include "PeripheralNames.h"
|
||||||
|
|
Loading…
Reference in New Issue