Browse Source

Fix a typo

pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
f4ec265363
  1. 2
      Marlin/dac_mcp4728.cpp

2
Marlin/dac_mcp4728.cpp

@ -93,7 +93,7 @@ uint8_t mcp4728_setGain_all(uint8_t value) {
}
/**
* Return Input Regiter value
* Return Input Register value
*/
uint16_t mcp4728_getValue(uint8_t channel) { return mcp4728_values[channel]; }

Loading…
Cancel
Save