From ca1e9137d69800742fa6232c8815009860da82f6 Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 16 Feb 2020 20:54:45 +0800 Subject: [PATCH] [net] Fixed macro error in lc-switch.h Fixed macro error: __LC_SWTICH_H__ -> __LC_SWITCH_H__ --- components/net/uip/uip/lc-switch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/net/uip/uip/lc-switch.h b/components/net/uip/uip/lc-switch.h index f32885fd1e..90e22bd09f 100644 --- a/components/net/uip/uip/lc-switch.h +++ b/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! */ -- GitLab