From 6225e7c47d3ef45b93baa42166fe8690255ce85a Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 5 Nov 2020 14:37:47 +0100 Subject: [PATCH] increase to max 32 tasks --- PontCoopScheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PontCoopScheduler.h b/PontCoopScheduler.h index 6dbef16..9081544 100644 --- a/PontCoopScheduler.h +++ b/PontCoopScheduler.h @@ -13,7 +13,7 @@ -#define MAX_NUM_OF_TASKS 8 +#define MAX_NUM_OF_TASKS 32 typedef struct {