Updated FreeRTOS Osal
CommandingServiceBase is no longer a template
This commit is contained in:
@ -4,6 +4,9 @@
|
||||
#include <framework/container/FixedArrayList.h>
|
||||
#include <framework/serialize/SerialArrayListAdapter.h>
|
||||
|
||||
/**
|
||||
* \ingroup serialize
|
||||
*/
|
||||
template<typename T, uint32_t MAX_SIZE, typename count_t = uint8_t>
|
||||
class SerialFixedArrayListAdapter : public FixedArrayList<T, MAX_SIZE, count_t>, public SerializeIF {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user