소스 검색

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! */