diff options
Diffstat (limited to 'os/various')
-rw-r--r-- | os/various/cpp_wrappers/ch.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/cpp_wrappers/ch.hpp b/os/various/cpp_wrappers/ch.hpp index 6e41cea6e..073024ce5 100644 --- a/os/various/cpp_wrappers/ch.hpp +++ b/os/various/cpp_wrappers/ch.hpp @@ -2081,7 +2081,7 @@ namespace chibios_rt { * @brief Template class encapsulating a mailbox and its elements.
*/
template<class T, size_t N>
- class MemoryPoolBuffer : MemoryPool {
+ class MemoryPoolBuffer : public MemoryPool {
private:
T pool_buf[N];
|