瀏覽代碼

Fix a typo

Scott Lahteine 8 年之前
父節點
當前提交
f4ec265363
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/dac_mcp4728.cpp

+ 1
- 1
Marlin/dac_mcp4728.cpp 查看文件

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

Loading…
取消
儲存