Added a compile time check in FixedArrayList and fixed copying #222

Merged
muellerr merged 3 commits from gaisser/fsfw:gaisser_fixedArrayList_assert into master 2020-10-01 11:10:56 +02:00

3 Commits

Author SHA1 Message Date
ea13008aa2 Merge branch 'master' into gaisser_fixedArrayList_assert 2020-10-01 11:08:10 +02:00
8d8e918aeb Fixed copying of FixedArrayList 2020-09-30 13:05:55 +02:00
ecc4bdf11a Added a compile time check for MAX_SIZE
Compiler may warn if MAX_SIZE value overflows by itself but this checks
gives a more verbose warning
2020-09-30 12:50:52 +02:00