Browse Source

Fix a typo

Scott Lahteine 8 years ago
parent
commit
f4ec265363
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/dac_mcp4728.cpp

+ 1
- 1
Marlin/dac_mcp4728.cpp View File

93
 }
93
 }
94
 
94
 
95
 /**
95
 /**
96
- * Return Input Regiter value
96
+ * Return Input Register value
97
  */
97
  */
98
 uint16_t mcp4728_getValue(uint8_t channel) { return mcp4728_values[channel]; }
98
 uint16_t mcp4728_getValue(uint8_t channel) { return mcp4728_values[channel]; }
99
 
99
 

Loading…
Cancel
Save