From cdeaf9e0f26e0bc1bdf43e9d7179b93c5eaaa821 Mon Sep 17 00:00:00 2001 From: "Andrew J. Kroll" Date: Sat, 12 Oct 2013 10:36:03 -0400 Subject: [PATCH] better wording --- settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.h b/settings.h index 40f97979..bedc7700 100644 --- a/settings.h +++ b/settings.h @@ -34,7 +34,7 @@ /* Set this to 1 if you are using a Black Widdow */ #define USE_UHS_BLACK_WIDDOW 0 -/* Set this to 1 if you are using xmem2 and expanded memory and multitasking */ +/* Set this to a one to use the xmem2 lock. This is needed for multitasking and threading */ #define USE_XMEM_SPI_LOCK 0 ////////////////////////////////////////////////////////////////////////////////