0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-17 06:48:05 +00:00

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]; }