Fix a typo

This commit is contained in:
Scott Lahteine 2016-10-09 16:45:29 -05:00 committed by GitHub
parent 4ec2d459e6
commit f4ec265363

View File

@ -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]; } uint16_t mcp4728_getValue(uint8_t channel) { return mcp4728_values[channel]; }