Remove SetLeds() from slave_scheduler.h

This commit is contained in:
László Monda
2017-09-29 01:21:49 +02:00
parent b42fc8b3f1
commit 67c4b413b4

View File

@@ -42,6 +42,5 @@
// Functions:
void InitSlaveScheduler(void);
void SetLeds(uint8_t ledBrightness);
#endif