123456789101112131415161718192021222324252627282930 |
-
-
- #ifndef __STATE_EDIT_WORKFLOW_H__
- #define __STATE_EDIT_WORKFLOW_H__
-
- #include <stdint.h>
-
- void state_edit_wf_index(uint16_t index);
-
- void state_edit_wf_enter(void);
- void state_edit_wf_exit(void);
- void state_edit_wf_run(void);
-
- #endif
|