浏览代码

typos - release

philippe44 5 年之前
父节点
当前提交
04f74b310d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/display/SSD1306.c

+ 1 - 1
components/display/SSD1306.c

@@ -25,7 +25,7 @@ struct SSD1306_Private {
 	uint8_t *Shadowbuffer;
 };
 
-// Functions are not deckared to minimize # of lines
+// Functions are not declared to minimize # of lines
 
 static void SetColumnAddress( struct GDS_Device* Device, uint8_t Start, uint8_t End ) {
 	Device->WriteCommand( Device, 0x21 );