Basirk
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Edited "Empty statement" warnings for disabled macros
I have the usual sort of DEBUG macros: #ifdef SERIAL_DEBUG#define serial_debug(...) Serial.debug(__VA_ARGS__)#else#define serial_debug(...)#endif In the code, if SERIAL_DEBUG is not defined, ...