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