1#pragma once
2
3#include <pw_types.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct {
10 _PwValue status;
11} PwTask;
12
13extern PwTask* current_task;
14
15#ifdef __cplusplus
16}
17#endif
1#pragma once
2
3#include <pw_types.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct {
10 _PwValue status;
11} PwTask;
12
13extern PwTask* current_task;
14
15#ifdef __cplusplus
16}
17#endif