diff options
-rw-r--r-- | mdk-stage1/stage1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 2c7bfdc83..fda30d233 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -243,6 +243,7 @@ static void handle_pcmcia(void) } #endif +#ifndef ENABLE_NETWORK_STANDALONE static void handle_hid(void) { struct hid_entries entry_list; @@ -259,7 +260,6 @@ static void handle_hid(void) /************************************************************ */ -#ifndef ENABLE_NETWORK_STANDALONE static void method_select_and_prepare(void) { enum return_type results; |