Remove some extraneous spaces

This commit is contained in:
Scott Lahteine
2017-03-16 21:25:36 -05:00
parent 672e45652e
commit f02af83d42
23 changed files with 42 additions and 42 deletions

View File

@@ -64,7 +64,7 @@
mcp4728_setVref_all(DAC_STEPPER_VREF);
mcp4728_setGain_all(DAC_STEPPER_GAIN);
if (mcp4728_getDrvPct(0) < 1 || mcp4728_getDrvPct(1) < 1 || mcp4728_getDrvPct(2) < 1 || mcp4728_getDrvPct(3) < 1 ) {
mcp4728_setDrvPct(dac_channel_pct);
mcp4728_eepromWrite();