HLS: Added frame_summation core

This commit is contained in:
2023-10-26 21:26:44 +02:00
parent 4011c4541d
commit 2268486824
16 changed files with 479 additions and 40 deletions

View File

@@ -47,7 +47,7 @@ TEST_CASE("ActionStatus") {
TEST_CASE("ActionConfigSize") {
REQUIRE(sizeof(DataCollectionConfig) == 5 * sizeof(uint32_t));
REQUIRE(sizeof(DataCollectionConfig) == 6 * sizeof(uint32_t));
}
TEST_CASE("ActionConfig") {