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

View File

@@ -74,7 +74,7 @@ void dac084s085::setValue(uint8_t channel, uint8_t value) {
externalDac_buf[0] |= (value >> 4);
externalDac_buf[1] |= (value << 4);
// All SPI chip-select HIGH
digitalWrite( DAC0_SYNC , HIGH );
#if EXTRUDERS > 1