update button class with automatic generated file with XFTGenerator
This commit is contained in:
		| @@ -14,6 +14,7 @@ | ||||
| #include "../board/button.h" | ||||
| #include "../middleware/clickHandler.h" | ||||
| #include "../middleware/blinker.h" | ||||
| #include "app.h" | ||||
|  | ||||
| typedef struct { | ||||
|     LED l1_; | ||||
| @@ -35,6 +36,7 @@ typedef struct { | ||||
|     BLINKER blL_; | ||||
|     BLINKER blR_; | ||||
|     BLINKER blB_; | ||||
|     APP app_; | ||||
| } Factory; | ||||
|  | ||||
|  | ||||
| @@ -66,5 +68,6 @@ BLINKER* blL(); | ||||
| BLINKER* blR(); | ||||
| BLINKER* blB(); | ||||
|  | ||||
| APP* app(); | ||||
|  | ||||
| #endif | ||||
		Reference in New Issue
	
	Block a user