We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302e60d commit b0cb7bbCopy full SHA for b0cb7bb
include/rttypes.h
@@ -32,6 +32,12 @@ extern "C" {
32
* RT-Thread basic data types definition
33
*/
34
35
+#if defined(_WIN64) || defined(__x86_64__)
36
+#ifndef ARCH_CPU_64BIT
37
+#define ARCH_CPU_64BIT
38
+#endif // ARCH_CPU_64BIT
39
+#endif // defined(_WIN64) || defined(__x86_64__)
40
+
41
typedef int rt_bool_t; /**< boolean type */
42
43
#ifndef RT_USING_ARCH_DATA_TYPE
0 commit comments