small tweaks
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop Build started...

This commit is contained in:
2022-10-10 17:36:01 +02:00
parent 5b4f97358f
commit 12feb989ae
2 changed files with 1 additions and 6 deletions

View File

@ -13,7 +13,7 @@
class SemaphoreIF;
class MutexIF;
class ScexUartReader : public SystemObject, // strg+shift+n
class ScexUartReader : public SystemObject,
public ExecutableObjectIF,
public DeviceCommunicationIF {
friend class UartTestClass;