mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 09:02:25 +00:00
Reduce use of unsigned integers when signed will do fine.
This commit is contained in:
@@ -159,7 +159,7 @@ FrequencyKeypadView::FrequencyKeypadView(
|
||||
|
||||
const char* const key_caps = "123456789<0.";
|
||||
|
||||
size_t n = 0;
|
||||
int n = 0;
|
||||
for(auto& button : buttons) {
|
||||
add_child(&button);
|
||||
const std::string label {
|
||||
|
Reference in New Issue
Block a user