fix(sharedmem): Default constructor

This commit is contained in:
CarlWachter
2024-06-22 15:13:31 +02:00
parent ff1cbf8473
commit 73b1889546
2 changed files with 1 additions and 9 deletions

View File

@@ -10,11 +10,6 @@
namespace sta
{
template <typename T>
RtosSharedMem<T>::RtosSharedMem()
{
}
template <typename T>
RtosSharedMem<T>::RtosSharedMem(uint32_t timeout /* = osWaitForever */)
{