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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.