Skip to content

Commit 9b04617

Browse files
committed
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.
1 parent 0c6753b commit 9b04617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed.h

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
#include "platform/ScopedRomWriteLock.h"
105105
#include "platform/ScopedRamExecutionLock.h"
106106
#include "platform/mbed_stats.h"
107+
#include "platform/Stream.h"
107108

108109
// mbed Non-hardware components
109110
#include "platform/Callback.h"

0 commit comments

Comments
 (0)