mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-10 06:41:53 +00:00
De-constexpr a few UI constructors.
Because it was silly.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace ui {
|
||||
|
||||
class RSSI : public Widget {
|
||||
public:
|
||||
constexpr RSSI(
|
||||
RSSI(
|
||||
const Rect parent_rect
|
||||
) : Widget { parent_rect },
|
||||
min_ { 0 },
|
||||
|
||||
Reference in New Issue
Block a user