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