Marlin code whitespace cleanup

This commit is contained in:
Scott Lahteine
2017-09-27 04:57:14 -05:00
parent 9dd5390d7d
commit dff2904c0f
7 changed files with 18 additions and 18 deletions

View File

@@ -26,7 +26,7 @@
uint8_t case_light_brightness = CASE_LIGHT_DEFAULT_BRIGHTNESS;
bool case_light_on = CASE_LIGHT_DEFAULT_ON;
#ifndef INVERT_CASE_LIGHT
#define INVERT_CASE_LIGHT false
#endif