mirror of https://github.com/ARMmbed/mbed-os.git
Expose the public Stream API
Stream.h contains a public API which is not currently exposed via mbed.h (when it should be). This commit fixes this.pull/14212/head
parent
0c6753bb82
commit
9b04617d04
1
mbed.h
1
mbed.h
|
|
@ -104,6 +104,7 @@
|
||||||
#include "platform/ScopedRomWriteLock.h"
|
#include "platform/ScopedRomWriteLock.h"
|
||||||
#include "platform/ScopedRamExecutionLock.h"
|
#include "platform/ScopedRamExecutionLock.h"
|
||||||
#include "platform/mbed_stats.h"
|
#include "platform/mbed_stats.h"
|
||||||
|
#include "platform/Stream.h"
|
||||||
|
|
||||||
// mbed Non-hardware components
|
// mbed Non-hardware components
|
||||||
#include "platform/Callback.h"
|
#include "platform/Callback.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue