We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e0c7f commit f85f2afCopy full SHA for f85f2af
2 files changed
device/fc_stp_base.h
@@ -13,6 +13,8 @@
13
#ifndef __FC_STEPPER_H_
14
#define __FC_STEPPER_H_
15
16
+#include <stddef.h>
17
+
18
#include "fc_config.h"
19
#include "../core/fc_arch.h"
20
device/fc_type.h
@@ -18,6 +18,8 @@
21
+#include "../core/fc_arch.h" // 引入原子语义
22
23
#ifndef fc_time_t
24
#define fc_time_t int64_t
25
#endif // !fc_time_t
0 commit comments