Remove extraneous whitespace

This commit is contained in:
Scott Lahteine
2017-03-18 03:17:39 -05:00
parent d15f25539b
commit 77491dd924
22 changed files with 41 additions and 41 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();