浏览代码

Merge pull request #3380 from DavidLin1577/patch-8

[net] Fixed macro error in lc-switch.h
Bernard Xiong 5 年之前
父节点
当前提交
c3410c7884
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/net/uip/uip/lc-switch.h

+ 1 - 1
components/net/uip/uip/lc-switch.h

@@ -55,7 +55,7 @@
  */
 
 #ifndef __LC_SWITCH_H__
-#define __LC_SWTICH_H__
+#define __LC_SWITCH_H__
 
 /* WARNING! lc implementation using switch() does not work if an
    LC_SET() is done within another switch() statement! */