diff --git a/arch/arm/src/common/up_internal.h b/arch/arm/src/common/up_internal.h index 8ade816c74..c1c7ed9a67 100644 --- a/arch/arm/src/common/up_internal.h +++ b/arch/arm/src/common/up_internal.h @@ -79,7 +79,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/avr/src/at32uc3/at32uc3_config.h b/arch/avr/src/at32uc3/at32uc3_config.h index b425205316..543b4e752e 100644 --- a/arch/avr/src/at32uc3/at32uc3_config.h +++ b/arch/avr/src/at32uc3/at32uc3_config.h @@ -166,7 +166,7 @@ # undef USE_SERIALDRIVER # undef USE_EARLYSERIALINIT # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/avr/src/at90usb/at90usb_config.h b/arch/avr/src/at90usb/at90usb_config.h index 41ad9957c3..644005d5be 100644 --- a/arch/avr/src/at90usb/at90usb_config.h +++ b/arch/avr/src/at90usb/at90usb_config.h @@ -85,7 +85,7 @@ # undef USE_SERIALDRIVER # undef USE_EARLYSERIALINIT # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/avr/src/atmega/atmega_config.h b/arch/avr/src/atmega/atmega_config.h index a168a2e475..39ab53e4b1 100644 --- a/arch/avr/src/atmega/atmega_config.h +++ b/arch/avr/src/atmega/atmega_config.h @@ -90,7 +90,7 @@ # undef USE_SERIALDRIVER # undef USE_EARLYSERIALINIT # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/avr/src/common/up_initialize.c b/arch/avr/src/common/up_initialize.c index 3bcbc0dc42..7f53ab8aec 100644 --- a/arch/avr/src/common/up_initialize.c +++ b/arch/avr/src/common/up_initialize.c @@ -76,7 +76,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/hc/src/common/up_internal.h b/arch/hc/src/common/up_internal.h index 93572e4049..f4574bf204 100755 --- a/arch/hc/src/common/up_internal.h +++ b/arch/hc/src/common/up_internal.h @@ -79,7 +79,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/mips/src/common/up_internal.h b/arch/mips/src/common/up_internal.h index d43580c657..bdc8bace15 100755 --- a/arch/mips/src/common/up_internal.h +++ b/arch/mips/src/common/up_internal.h @@ -79,7 +79,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/sh/src/common/up_internal.h b/arch/sh/src/common/up_internal.h index 50aad14787..9d0517c8b6 100644 --- a/arch/sh/src/common/up_internal.h +++ b/arch/sh/src/common/up_internal.h @@ -83,7 +83,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */ diff --git a/arch/x86/src/common/up_internal.h b/arch/x86/src/common/up_internal.h index c840cf90b9..4fa98e0b3a 100644 --- a/arch/x86/src/common/up_internal.h +++ b/arch/x86/src/common/up_internal.h @@ -78,7 +78,7 @@ # define USE_SERIALDRIVER 1 # define USE_EARLYSERIALINIT 1 # endif -#endig +#endif /* Determine which device to use as the system loggin device */