Remove an \n (#5703)

This commit is contained in:
Tom Fifield 2024-12-31 12:01:21 +11:00 committed by GitHub
parent bfcfca2e46
commit f9e71c3fb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -378,7 +378,7 @@ class LGFX : public lgfx::LGFX_Device
_panel_instance = new lgfx::Panel_HX8357D;
else {
_panel_instance = new lgfx::Panel_NULL;
LOG_ERROR("Unknown display panel configured!\n");
LOG_ERROR("Unknown display panel configured!");
}
auto buscfg = _bus_instance.config();