Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
118 B

8 years ago
  1. #ifdef DEBUG_PORT
  2. #define DEBUG_MSG(...) DEBUG_PORT.printf( __VA_ARGS__ )
  3. #else
  4. #define DEBUG_MSG(...)
  5. #endif