From 82cf84562544f901254fc5d42ab5e7dab7b66388 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 19 Jul 2024 21:15:27 -0400 Subject: simulator supports only one logical volume per drive Change-Id: I8f32743c98771ca38c04d42bf6b2dd4768cfedad --- firmware/export/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware') diff --git a/firmware/export/config.h b/firmware/export/config.h index 5e5425a697..84b43c69a5 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -897,8 +897,8 @@ Lyre prototype 1 */ #undef HAVE_MULTIVOLUME #endif -/* Explicit HAVE_MULTIVOLUME in the config file. Allow the maximum number */ -#ifdef HAVE_MULTIVOLUME +/* Number of volumes per drive */ +#if defined(HAVE_MULTIVOLUME) && !defined(SIMULATOR) #define NUM_VOLUMES_PER_DRIVE 4 #else #define NUM_VOLUMES_PER_DRIVE 1 -- cgit v1.2.3