added custom implementation for shred

This commit is contained in:
2020-08-26 00:12:39 +02:00
parent a2a18bbc34
commit f39fbfbd54
12 changed files with 583 additions and 94 deletions

View File

@ -69,10 +69,6 @@ public:
void setTaskPercentage(uint8_t u8TaskPercentage);
uint8_t getTaskPercentage(void);
private:
};
#endif // DRIVE_H_