浏览代码

Corrected 'sussystem' to 'subsystem'

Martin 8 年之前
父节点
当前提交
12cb4b142e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/blinky/blinky.c

+ 1 - 1
examples/blinky/blinky.c

@@ -23,7 +23,7 @@ void some_timerfunc(void *arg)
 
 void ICACHE_FLASH_ATTR user_init()
 {
-  // init gpio sussytem
+  // init gpio subsytem
   gpio_init();
 
   // configure UART TXD to be GPIO1, set as output