Bump the number of targets that the initiator can handle to 16 (from 1).

This commit is contained in:
agc 2007-12-11 08:49:12 +00:00
parent d97f33f6eb
commit 75a8f5acf1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include "parameters.h"
#include "defs.h"
#define CONFIG_INITIATOR_NUM_TARGETS 1
#define CONFIG_INITIATOR_NUM_TARGETS 16
/***********
* Private *