Split code into two snippets

This commit is contained in:
an.tsouchlos 2025-04-14 14:45:45 +00:00
parent bd1758c416
commit 6ec4ad6596

View File

@ -53,7 +53,7 @@ private:
## Implementation for FreeRTOS
Base class implementation:
Thread safe queue implementation:
```cpp
///
@ -150,7 +150,11 @@ public:
private:
QueueHandle_t mQueueHandle;
};
```
Base class implementation:
```cpp
///
/// @brief Active object base class
/// @details Use static polymorphism to avoid virtual function overhead