Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On small targets there might be memory issues that lead to
failing on file allocation / opening during Stream creation. The consequence was application continues running, but any printf to the Serial object whose Stream was not properly created would not show any error (and characters would not show either) Let's add a check to properly inform user of the error.
- Loading branch information