Increasing the maximum number of allowed mode tables

changelog
This commit is contained in:
spahr@ksat-stuttgart.de
2025-12-30 19:45:43 +01:00
committed by Tobias Baumgartl
parent 59706365f6
commit 6ebe3123ff
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;