bldc/tests/utils_math/ch.h

9 lines
121 B
C
Executable File

#ifndef CH_H
#define CH_H
typedef int systime_t;
typedef struct {
uint32_t *p_stklimit;
} thread_t;
#endif // CH_H