wip:
This commit is contained in:
@@ -34,9 +34,7 @@ FILE uart = FDEV_SETUP_STREAM(usart, NULL, _FDEV_SETUP_WRITE);
|
|||||||
void system_setup_task(void *pvParameters);
|
void system_setup_task(void *pvParameters);
|
||||||
void component_setup_function(uint8_t component);
|
void component_setup_function(uint8_t component);
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
TaskHandle_t system_setup_task_handle = {0};
|
TaskHandle_t system_setup_task_handle = {0};
|
||||||
#endif
|
|
||||||
|
|
||||||
zh_avr_pcf8574_handle_t button_handle = {0};
|
zh_avr_pcf8574_handle_t button_handle = {0};
|
||||||
zh_avr_pcf8574_handle_t led1_handle = {0};
|
zh_avr_pcf8574_handle_t led1_handle = {0};
|
||||||
|
|||||||
Reference in New Issue
Block a user