From 3d367212ed966c6b6a3c17dd57d06d9b5ee01598 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Thu, 21 Jul 2016 10:01:01 +0000 Subject: [PATCH] Corrected comment. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@144 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Source/plausibility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Target/Source/plausibility.h b/Target/Source/plausibility.h index 00ac91db..8ea02f33 100644 --- a/Target/Source/plausibility.h +++ b/Target/Source/plausibility.h @@ -370,7 +370,7 @@ #define BOOT_COM_NET_GATEWAY_HOOK_ENABLE (0) #endif -#endif /* BOOT_COM_USB_ENABLE > 0 */ +#endif /* BOOT_COM_NET_ENABLE > 0 */ #ifndef BOOT_FILE_SYS_ENABLE #define BOOT_FILE_SYS_ENABLE (0)