mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-03-16 23:00:55 +00:00
Fix ERT console lack of CRLF.
This commit is contained in:
parent
bfcd25d857
commit
ad22eab3d2
@ -83,7 +83,7 @@ void ERTView::on_hide() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ERTView::log(const std::string& s) {
|
void ERTView::log(const std::string& s) {
|
||||||
write(s);
|
writeln(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
} /* namespace ui */
|
} /* namespace ui */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user