Basirk
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
Basirk 创建了一个帖子, "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 进行了评论,