mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
11 lines
164 B
C
11 lines
164 B
C
#ifndef HMI_TASK_H
|
|
#define HMI_TASK_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void hmi_task_initialize();
|
|
|
|
void hmi_task_ost_ready(uint32_t number_of_stories);
|
|
|
|
#endif // HMI_TASK_H
|