move scheduling constants

This commit is contained in:
2016-09-07 13:58:52 +02:00
parent c7041300e6
commit e34a95227d
6 changed files with 201 additions and 22 deletions

View File

@ -9,7 +9,7 @@
#define DISPLAY_H_
const uint32_t DISPLAY_CYCLE = 10;
extern const uint32_t DISPLAY_CYCLE;
void displayInit(void *handleArg);
void displayExec(void *handleArg);