Increasing the maximum number of allowed mode tables for subsystems #63

Merged
tbaumgartl merged 1 commits from spahr/maxNumberOfModeTables into main 2026-01-04 20:28:21 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -70,6 +70,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
configurable.
- Switched to vendored versions for both the Embedded Template Library (ETL) and the
Catch2 unittesting library.
- Increased maximum number of mode tables from 70 to 100
## Added
+1 -1
View File
@@ -99,7 +99,7 @@ class Subsystem : public SubsystemBase, public HasModeSequenceIF {
EntryPointer entries;
};
static const uint8_t MAX_NUMBER_OF_TABLES_OR_SEQUENCES = 70;
static const uint8_t MAX_NUMBER_OF_TABLES_OR_SEQUENCES = 100;
static const uint8_t MAX_LENGTH_OF_TABLE_OR_SEQUENCE = 20;