Rename (invalid) BOUNCE_LOCK-OUT to (valid) BOUNCE_LOCK_OUT #6

Merged
chrivers merged 2 commits from master into master 2014-10-14 18:41:16 +04:00
chrivers commented 2014-10-11 20:23:02 +04:00 (Migrated from github.com)

Only the latter is a valid preprocessor define. If you #define BOUNCE_LOCK-OUT, the compiler will only see BOUNCE_LOCK, and the "-OUT" part will give a warning.

I've added a safeguard to help people update their code, if they use the old define.

Only the latter is a valid preprocessor define. If you #define BOUNCE_LOCK-OUT, the compiler will only see BOUNCE_LOCK, and the "-OUT" part will give a warning. I've added a safeguard to help people update their code, if they use the old define.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/thomasfredericks_Bounce2#6