From 6fc6acf29535ec8a9fb85c8335f0f7a8a483db64 Mon Sep 17 00:00:00 2001 From: likewise Date: Thu, 28 Nov 2002 14:55:10 +0000 Subject: [PATCH] Fixed typo: ETHARP_DEGUG --- src/include/lwip/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/debug.h b/src/include/lwip/debug.h index 73482aad..94ddf8a6 100644 --- a/src/include/lwip/debug.h +++ b/src/include/lwip/debug.h @@ -46,7 +46,7 @@ #define DEMO_DEBUG 0 #endif -#ifndef ETHARP_DEGUG +#ifndef ETHARP_DEBUG #define ETHARP_DEBUG 0 #endif