1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added class name before virtual method

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2022-12-16 13:24:59 +01:00 committed by Niklas Eiling
parent 2c7e9151e6
commit 082dd40edb

View file

@ -207,7 +207,7 @@ bool Dma::reset()
Dma::~Dma()
{
reset();
Dma::reset();
}
bool Dma::memcpy(const MemoryBlock &src, const MemoryBlock &dst, size_t len)