Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

fixes a signed / unsigned int comparison #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wrongPaul
Copy link

initializes debounceMillis as an unsigned long (previously a signed long) to prevent the comparison conflict that arises on line 131 with debouncingMicros[i][j] which is an unsigned long

initializes debounceMillis as an unsigned long (previously a signed long) to prevent the comparison conflict that arises on line 131 with debouncingMicros[i][j] which is an unsigned long
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant