removed newline

This commit is contained in:
Robin Müller 2020-05-11 17:14:12 +02:00
parent 24441809a9
commit 3d8a152496

View File

@ -51,7 +51,6 @@ public:
ReturnValue_t checkSequence() const; ReturnValue_t checkSequence() const;
ReturnValue_t sleepFor(uint32_t ms); ReturnValue_t sleepFor(uint32_t ms);
protected: protected:
bool started; bool started;
TaskHandle_t handle; TaskHandle_t handle;