mirror of
https://github.com/RfidResearchGroup/mayhem-firmware.git
synced 2026-05-12 11:27:21 -07:00
Fix ERT console lack of CRLF.
This commit is contained in:
@@ -83,7 +83,7 @@ void ERTView::on_hide() {
|
||||
}
|
||||
|
||||
void ERTView::log(const std::string& s) {
|
||||
write(s);
|
||||
writeln(s);
|
||||
}
|
||||
|
||||
} /* namespace ui */
|
||||
|
||||
Reference in New Issue
Block a user