Basirk
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Basirk created a post, "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, ... -
-
Basirk commented,