mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 09:02:25 +00:00
Move LCD display object to portapack namespace.
Globals are bad... Except in embedded development!
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
|
||||
#include "ui_console.hpp"
|
||||
|
||||
#include "portapack.hpp"
|
||||
using namespace portapack;
|
||||
|
||||
namespace ui {
|
||||
|
||||
void Console::write(const std::string message) {
|
||||
|
Reference in New Issue
Block a user