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
adbridge 2021-01-28 16:34:15 +00:00
parent 0c6753bb82
commit 9b04617d04
1 changed files with 1 additions and 0 deletions

1
mbed.h
View File

@ -104,6 +104,7 @@
#include "platform/ScopedRomWriteLock.h"
#include "platform/ScopedRamExecutionLock.h"
#include "platform/mbed_stats.h"
#include "platform/Stream.h"
// mbed Non-hardware components
#include "platform/Callback.h"