From 4276671538bde72bb8f0dcdab8ada266c3c753bc Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Fri, 4 Oct 2024 18:59:08 +0100 Subject: [PATCH] HUB75 - Remove hot from show --- wled00/bus_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index d8971003..098935af 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -1027,7 +1027,7 @@ void BusHub75Matrix::setBrightness(uint8_t b, bool immediate) { display->setBrightness(_bri); } -void __attribute__((hot)) BusHub75Matrix::show(void) { +void BusHub75Matrix::show(void) { if (!_valid) return; display->setBrightness(_bri);