Merge pull request #1064 from csnover/tinsel-oom

TINSEL: Increase maximum number of objects
This commit is contained in:
Paul Gilbert 2017-11-20 18:29:05 -05:00 committed by GitHub
commit 097523d0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ struct PALQ;
enum {
/** the maximum number of objects */
NUM_OBJECTS = 256,
NUM_OBJECTS = 512,
// object flags
DMA_WNZ = 0x0001, ///< write non-zero data