update platform
This commit is contained in:
@@ -158,7 +158,7 @@ uint8_t buttonPressedCount(void)
|
||||
uint8_t count = 0;
|
||||
for (auto &&button : buttonlist)
|
||||
{
|
||||
if (!button == NULL)
|
||||
if (button != NULL)
|
||||
{
|
||||
if (button->isPressed())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user