Skip to content

Commit 9e4efd2

Browse files
committed
MAX_SP_DEVICES is now MAX_SPDISK_DEVICES
1 parent ca1c101 commit 9e4efd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bus/iwm/iwm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,6 @@ class systemBus
353353

354354
extern systemBus SYSTEM_BUS;
355355

356-
#define IWM_ACTIVE_DISK2 ((iwmDisk2 *) theFuji.get_disk_dev(MAX_SP_DEVICES + diskii_xface.iwm_active_drive() - 1))
356+
#define IWM_ACTIVE_DISK2 ((iwmDisk2 *) theFuji.get_disk_dev(MAX_SPDISK_DEVICES + diskii_xface.iwm_active_drive() - 1))
357357
#endif // guard
358358
#endif /* BUILD_APPLE */

0 commit comments

Comments
 (0)