From bc7fed4919db8e1e4c68f7e155f26c0c8e9cb25b Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 17 Sep 2018 14:10:53 +0200 Subject: [PATCH] picotcp: wrong ifdef value --- core/deps/picotcp/include/pico_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/deps/picotcp/include/pico_config.h b/core/deps/picotcp/include/pico_config.h index c43ad5c1b..fe7280a55 100644 --- a/core/deps/picotcp/include/pico_config.h +++ b/core/deps/picotcp/include/pico_config.h @@ -3,7 +3,7 @@ See COPYING, LICENSE.GPLv2 and LICENSE.GPLv3 for usage. *********************************************************************/ -#ifdef _MS_VER +#ifdef _MSC_VER #include "pico_defines_msvc.h" #else #include "pico_defines.h"