//! Semihosting module
extern crate cortex_m_semihosting as sh;
use fmt;
use Write;
/// Trait implemented for writes that can be used with [SH](struct.SH.html)
/// Semihosting destination
/// Alias to semihosting's stdout
pub type SHStream = ;