Updated the ViewLink structure in order to be able to iterate backward
This commit is contained in:
parent
723132a082
commit
e699b462f9
@ -48,7 +48,7 @@ typedef struct viewLink{
|
|||||||
boolean (*viewLogicFunction)(Adafruit_SSD1306&, void*);
|
boolean (*viewLogicFunction)(Adafruit_SSD1306&, void*);
|
||||||
void *pData;
|
void *pData;
|
||||||
const int UID;
|
const int UID;
|
||||||
struct viewLink *next;
|
struct viewLink *next, *previous;
|
||||||
} ViewLink, *ViewLinkedList;
|
} ViewLink, *ViewLinkedList;
|
||||||
|
|
||||||
char *addChar(char *pointer, const char character);
|
char *addChar(char *pointer, const char character);
|
||||||
|
Loading…
Reference in New Issue
Block a user